5 references to _currentOperations
Microsoft.Extensions.Caching.Hybrid (5)
Internal\DefaultHybridCache.Stampede.cs (4)
31if (_currentOperations.TryAdd(stampedeKey, stampedeState)) 68_currentOperations[stampedeKey] = stampedeState; 75if (@this._currentOperations.TryGetValue(stampedeKey, out var found)) 109return _currentOperations.TryGetValue(stampedeKey, out var state) ? state.DebugCallerCount : 0;
Internal\DefaultHybridCache.StampedeState.cs (1)
106_ = _currentOperations.TryRemove(key, out _);