1 write to IsHostAnalyzer
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.StateSet.cs (1)
35
IsHostAnalyzer
= isHostAnalyzer;
4 references to IsHostAnalyzer
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnosticsForSpan.cs (4)
137
if (stateSet.
IsHostAnalyzer
&& !compilationWithAnalyzers.HostAnalyzers.Contains(stateSet.Analyzer))
139
else if (!stateSet.
IsHostAnalyzer
&& !compilationWithAnalyzers.ProjectAnalyzers.Contains(stateSet.Analyzer))
220
syntaxAnalyzers.Add(new AnalyzerWithState(stateSet.Analyzer, stateSet.
IsHostAnalyzer
));
229
stateSets.Add(new AnalyzerWithState(stateSet.Analyzer, stateSet.
IsHostAnalyzer
));