4 references to Gate
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\VersionSource\RecoverableTextAndVersion.RecoverableText.cs (4)
35
/// Lazily created. Access via the <see cref="
Gate
"/> property.
96
using (
Gate
.DisposableWait(cancellationToken))
117
using (await
Gate
.DisposableWaitAsync(cancellationToken).ConfigureAwait(false))
135
Contract.ThrowIfTrue(
Gate
.CurrentCount != 0);