1 write to _supportedDiagnostics
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\Diagnostics\FSharpDocumentDiagnosticAnalyzer.cs (1)
53
_supportedDiagnostics
= CreateSupportedDiagnostics();
1 reference to _supportedDiagnostics
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\Diagnostics\FSharpDocumentDiagnosticAnalyzer.cs (1)
71
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics =>
_supportedDiagnostics
;