Share via


CompilationWithAnalyzers.Analyzers Property

Definition

Analyzers to execute on the compilation.

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Diagnostics::DiagnosticAnalyzer ^> Analyzers { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Diagnostics::DiagnosticAnalyzer ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer> Analyzers { get; }
member this.Analyzers : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer>
Public ReadOnly Property Analyzers As ImmutableArray(Of DiagnosticAnalyzer)

Property Value

Applies to