7 references to _gate
Microsoft.CodeAnalysis.LanguageServer (7)
HostWorkspace\LanguageServerProjectLoader.cs (7)
51
/// To keep the LSP queue responsive, <see cref="
_gate
"/> must not be held while performing design-time builds.
58
/// <see cref="
_gate
"/> must be held when modifying the dictionary or objects contained in it.
198
using (await
_gate
.DisposableWaitAsync(cancellationToken))
243
using (await
_gate
.DisposableWaitAsync(cancellationToken))
376
using (await
_gate
.DisposableWaitAsync(CancellationToken.None))
399
using (await
_gate
.DisposableWaitAsync(CancellationToken.None))
416
using (await
_gate
.DisposableWaitAsync(CancellationToken.None))