1 write to _shouldIncludeDiagnostic
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnosticsForSpan.cs (1)
167
_shouldIncludeDiagnostic
= shouldIncludeDiagnostic;
3 references to _shouldIncludeDiagnostic
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnosticsForSpan.cs (3)
197
if (!ShouldIncludeAnalyzer(analyzer,
_shouldIncludeDiagnostic
, _priorityProvider, _owner))
466
&& (
_shouldIncludeDiagnostic
== null ||
_shouldIncludeDiagnostic
(diagnostic.Id));