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