8 references to _gate
Microsoft.VisualStudio.LanguageServices (8)
ProjectSystem\VisualStudioWorkspaceImpl.cs (8)
95
/// Only access when holding <see cref="
_gate
"/>
101
/// Only access when holding <see cref="
_gate
"/>
189
using (
_gate
.DisposableWait())
204
using (
_gate
.DisposableWait())
335
using (
_gate
.DisposableWait())
1389
using (
_gate
.DisposableWait())
1571
using (
_gate
.DisposableWait())
1602
using (await
_gate
.DisposableWaitAsync(cancellationToken).ConfigureAwait(false))