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.
219
using (await
_gate
.DisposableWaitAsync(cancellationToken))
264
using (await
_gate
.DisposableWaitAsync(cancellationToken))
394
using (await
_gate
.DisposableWaitAsync(cancellationToken))
409
using (await
_gate
.DisposableWaitAsync(CancellationToken.None))
432
using (await
_gate
.DisposableWaitAsync(CancellationToken.None))
449
using (await
_gate
.DisposableWaitAsync(CancellationToken.None))