5 references to _categoryToLspChanged
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Handler\Diagnostics\AbstractWorkspacePullDiagnosticsHandler.cs (5)
27/// Gate to guard access to <see cref="_categoryToLspChanged"/> 87foreach (var category in _categoryToLspChanged.Keys.ToImmutableArray()) 89_categoryToLspChanged[category] = true; 118var changed = _categoryToLspChanged.GetOrAdd(category, true); 122_categoryToLspChanged[category] = false;