8 references to _gate
Microsoft.CodeAnalysis.LanguageServer (8)
HostWorkspace\LanguageServerProjectLoader.cs (8)
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. 223using (await _gate.DisposableWaitAsync(cancellationToken)) 271using (await _gate.DisposableWaitAsync(cancellationToken)) 411using (await _gate.DisposableWaitAsync(CancellationToken.None)) 458using (await _gate.DisposableWaitAsync(CancellationToken.None)) 476using (await _gate.DisposableWaitAsync(CancellationToken.None)) 489using (await _gate.DisposableWaitAsync(CancellationToken.None))