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