DiagnosticAnalyzer.SupportedDiagnostics Property

Definition

Returns a set of descriptors for the diagnostics that this analyzer is capable of producing.

public:
 abstract property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::DiagnosticDescriptor ^> SupportedDiagnostics { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::DiagnosticDescriptor ^> get(); };
public abstract System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.DiagnosticDescriptor> SupportedDiagnostics { get; }
member this.SupportedDiagnostics : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.DiagnosticDescriptor>
Public MustOverride ReadOnly Property SupportedDiagnostics As ImmutableArray(Of DiagnosticDescriptor)

Property Value

Applies to