3 references to _gate
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\VersionSource\LoadableTextAndVersionSource.cs (3)
56using (_gate.DisposableWait(cancellationToken)) 73using (await _gate.DisposableWaitAsync(cancellationToken).ConfigureAwait(false)) 88Contract.ThrowIfTrue(_gate.CurrentCount != 0);