6 references to _gate
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Handler\PullHandlers\VersionedPullCache.CacheItem.cs (3)
28/// Guarded by <see cref="_gate"/> 50/// Updates the values for this cache entry. Guarded by <see cref="_gate"/> 64using (await _gate.DisposableWaitAsync(cancellationToken).ConfigureAwait(false))
Handler\PullHandlers\VersionedPullCache.cs (3)
42/// Note - this will run under the semaphore in <see cref="CacheItem._gate"/>. 50/// Note - this will run under the semaphore in <see cref="CacheItem._gate"/>. 58/// Note - this will run under the semaphore in <see cref="CacheItem._gate"/>.