4 references to Gate
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\WeaklyCachedRecoverableValueSource.cs (4)
27/// Lazily created. Access via the <see cref="Gate"/> property. 109using (Gate.DisposableWait(cancellationToken)) 130using (await Gate.DisposableWaitAsync(cancellationToken).ConfigureAwait(false)) 148Contract.ThrowIfTrue(Gate.CurrentCount != 0);