3 references to Gate
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\VersionSource\RecoverableTextAndVersion.RecoverableText.cs (3)
91
using (
Gate
.DisposableWait(cancellationToken))
112
using (await
Gate
.DisposableWaitAsync(cancellationToken).ConfigureAwait(false))
130
Contract.ThrowIfTrue(
Gate
.CurrentCount != 0);