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