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