9 references to _gate
Microsoft.CodeAnalysis.LanguageServer (9)
HostWorkspace\LanguageServerProjectLoader.cs (9)
39/// To keep the LSP queue responsive, <see cref="_gate"/> must not be held while performing design-time builds. 46/// <see cref="_gate"/> must be held when modifying the dictionary or objects contained in it. 233using (await _gate.DisposableWaitAsync(cancellationToken)) 281using (await _gate.DisposableWaitAsync(cancellationToken)) 417using (await _gate.DisposableWaitAsync(cancellationToken)) 429using (await _gate.DisposableWaitAsync(cancellationToken)) 438using (await _gate.DisposableWaitAsync(CancellationToken.None)) 473using (await _gate.DisposableWaitAsync(CancellationToken.None)) 490using (await _gate.DisposableWaitAsync(CancellationToken.None))