5 references to _gate
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
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 (2)
43/// Note - this will run under the semaphore in <see cref="CacheItem._gate"/>. 51/// Note - this will run under the semaphore in <see cref="CacheItem._gate"/>.