1 instantiation of ReleaseAllAutoResetEvent
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\AbstractWorkspacePullDiagnosticsHandler.cs (1)
103var resetEvent = _categoryToLspChanged.GetOrAdd(category, static _ => new ReleaseAllAutoResetEvent(initialState: true));
3 references to ReleaseAllAutoResetEvent
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\Diagnostics\AbstractWorkspacePullDiagnosticsHandler.cs (3)
33private readonly ConcurrentDictionary<string, ReleaseAllAutoResetEvent> _categoryToLspChanged = []; 91foreach (var categoryResetEvent in _categoryToLspChanged.Values) 103var resetEvent = _categoryToLspChanged.GetOrAdd(category, static _ => new ReleaseAllAutoResetEvent(initialState: true));