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)
144
if (stateSet.
IsHostAnalyzer
&& !compilationWithAnalyzers.HostAnalyzers.Contains(stateSet.Analyzer))
146
else if (!stateSet.
IsHostAnalyzer
&& !compilationWithAnalyzers.ProjectAnalyzers.Contains(stateSet.Analyzer))
232
syntaxAnalyzers.Add(new AnalyzerWithState(stateSet.Analyzer, stateSet.
IsHostAnalyzer
, state, existingData));
244
stateSets.Add(new AnalyzerWithState(stateSet.Analyzer, stateSet.
IsHostAnalyzer
, state, existingData));