10 references to _gate
Microsoft.CodeAnalysis.LanguageServer (10)
HostWorkspace\LanguageServerProjectLoader.cs (10)
40/// To keep the LSP queue responsive, <see cref="_gate"/> must not be held while performing design-time builds. 47/// <see cref="_gate"/> must be held when modifying the dictionary or objects contained in it. 238using (await _gate.DisposableWaitAsync(cancellationToken)) 286using (await _gate.DisposableWaitAsync(cancellationToken)) 423using (await _gate.DisposableWaitAsync(cancellationToken)) 435using (await _gate.DisposableWaitAsync(cancellationToken)) 444using (await _gate.DisposableWaitAsync(CancellationToken.None)) 479using (await _gate.DisposableWaitAsync(CancellationToken.None)) 497using (await _gate.DisposableWaitAsync(CancellationToken.None)) 510using (await _gate.DisposableWaitAsync(CancellationToken.None))