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
"/>
184
using (
_gate
.DisposableWait())
199
using (
_gate
.DisposableWait())
330
using (
_gate
.DisposableWait())
1384
using (
_gate
.DisposableWait())
1566
using (
_gate
.DisposableWait())
1597
using (await
_gate
.DisposableWaitAsync(cancellationToken).ConfigureAwait(false))