7 references to _gate
Microsoft.CodeAnalysis.LanguageServer (7)
HostWorkspace\LanguageServerProjectLoader.cs (7)
45
/// To keep the LSP queue responsive, <see cref="
_gate
"/> must not be held while performing design-time builds.
52
/// <see cref="
_gate
"/> must be held when modifying the dictionary or objects contained in it.
192
using (await
_gate
.DisposableWaitAsync(cancellationToken))
237
using (await
_gate
.DisposableWaitAsync(cancellationToken))
370
using (await
_gate
.DisposableWaitAsync(CancellationToken.None))
393
using (await
_gate
.DisposableWaitAsync(CancellationToken.None))
410
using (await
_gate
.DisposableWaitAsync(CancellationToken.None))