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