Interface IAnalyzerContainer
- Namespace
- Dassie.CodeAnalysis
- Assembly
- dc.dll
Represents a container of multiple code analyzers.
public interface IAnalyzerContainer
- Extension Methods
Properties
Analyzers
The analyzers of the container.
List<IAnalyzer<object>> Analyzers { get; }