1 write to _includeCompilerDiagnostics
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnosticsForSpan.cs (1)
176
_includeCompilerDiagnostics
= includeCompilerDiagnostics;
1 reference to _includeCompilerDiagnostics
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnosticsForSpan.cs (1)
535
&& (
_includeCompilerDiagnostics
|| !diagnostic.CustomTags.Any(static t => t is WellKnownDiagnosticTags.Compiler))