7 references to _gate
Microsoft.CodeAnalysis.LanguageServer (7)
HostWorkspace\LanguageServerProjectLoader.cs (7)
51/// To keep the LSP queue responsive, <see cref="_gate"/> must not be held while performing design-time builds. 58/// <see cref="_gate"/> must be held when modifying the dictionary or objects contained in it. 198using (await _gate.DisposableWaitAsync(cancellationToken)) 243using (await _gate.DisposableWaitAsync(cancellationToken)) 376using (await _gate.DisposableWaitAsync(CancellationToken.None)) 399using (await _gate.DisposableWaitAsync(CancellationToken.None)) 416using (await _gate.DisposableWaitAsync(CancellationToken.None))