7 references to _gate
Microsoft.CodeAnalysis.LanguageServer (7)
HostWorkspace\LanguageServerProjectLoader.cs (7)
45/// To keep the LSP queue responsive, <see cref="_gate"/> must not be held while performing design-time builds. 52/// <see cref="_gate"/> must be held when modifying the dictionary or objects contained in it. 192using (await _gate.DisposableWaitAsync(cancellationToken)) 237using (await _gate.DisposableWaitAsync(cancellationToken)) 370using (await _gate.DisposableWaitAsync(CancellationToken.None)) 393using (await _gate.DisposableWaitAsync(CancellationToken.None)) 410using (await _gate.DisposableWaitAsync(CancellationToken.None))