8 references to _gate
Microsoft.CodeAnalysis.LanguageServer (8)
HostWorkspace\LanguageServerProjectLoader.cs (8)
43/// To keep the LSP queue responsive, <see cref="_gate"/> must not be held while performing design-time builds. 50/// <see cref="_gate"/> must be held when modifying the dictionary or objects contained in it. 224using (await _gate.DisposableWaitAsync(cancellationToken)) 272using (await _gate.DisposableWaitAsync(cancellationToken)) 411using (await _gate.DisposableWaitAsync(cancellationToken)) 426using (await _gate.DisposableWaitAsync(CancellationToken.None)) 449using (await _gate.DisposableWaitAsync(CancellationToken.None)) 466using (await _gate.DisposableWaitAsync(CancellationToken.None))