8 references to _gate
Microsoft.CodeAnalysis.LanguageServer (8)
HostWorkspace\LanguageServerProjectLoader.cs (8)
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. 219using (await _gate.DisposableWaitAsync(cancellationToken)) 264using (await _gate.DisposableWaitAsync(cancellationToken)) 394using (await _gate.DisposableWaitAsync(cancellationToken)) 409using (await _gate.DisposableWaitAsync(CancellationToken.None)) 432using (await _gate.DisposableWaitAsync(CancellationToken.None)) 449using (await _gate.DisposableWaitAsync(CancellationToken.None))