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