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