9 references to _gate
Microsoft.CodeAnalysis.LanguageServer (9)
HostWorkspace\LanguageServerProjectLoader.cs (9)
44/// To keep the LSP queue responsive, <see cref="_gate"/> must not be held while performing design-time builds. 51/// <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)) 422using (await _gate.DisposableWaitAsync(cancellationToken)) 434using (await _gate.DisposableWaitAsync(cancellationToken)) 443using (await _gate.DisposableWaitAsync(CancellationToken.None)) 478using (await _gate.DisposableWaitAsync(CancellationToken.None)) 495using (await _gate.DisposableWaitAsync(CancellationToken.None))