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