1 write to _diagnosticIds
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnostics.cs (1)
235
_diagnosticIds
= diagnosticIds;
4 references to _diagnosticIds
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnostics.cs (4)
256
=>
_diagnosticIds
== null ||
_diagnosticIds
.Contains(diagnostic.Id);
296
if (
_diagnosticIds
!= null && Owner.DiagnosticAnalyzerInfoCache.GetDiagnosticDescriptors(stateSet.Analyzer).All(d => !
_diagnosticIds
.Contains(d.Id)))