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. 95using (Gate.DisposableWait(cancellationToken)) 116using (await Gate.DisposableWaitAsync(cancellationToken).ConfigureAwait(false)) 134Contract.ThrowIfTrue(Gate.CurrentCount != 0);