6 references to GetAllHostStateSets
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.StateManager.cs (6)
58=> GetAllHostStateSets().Concat(GetAllProjectStateSets()); 66var hostStateSets = GetAllHostStateSets(); 195/// Determines if any of the state sets in <see cref="GetAllHostStateSets()"/> match a specified predicate. 198/// This method avoids the performance overhead of calling <see cref="GetAllHostStateSets()"/> for the 223/// <para>Note that host state sets (i.e. ones retured by <see cref="GetAllHostStateSets()"/> are not tested 311var hostStates = GetAllHostStateSets().Where(state => !projectAnalyzers.Contains(state.Analyzer));