5 references to _currentOperations
Microsoft.Extensions.Caching.Hybrid (5)
Internal\DefaultHybridCache.Stampede.cs (4)
32if (_currentOperations.TryAdd(stampedeKey, stampedeState)) 70_currentOperations[stampedeKey] = stampedeState; 77if (@this._currentOperations.TryGetValue(stampedeKey, out StampedeState? found)) 111return _currentOperations.TryGetValue(stampedeKey, out StampedeState? state) ? state.DebugCallerCount : 0;
Internal\DefaultHybridCache.StampedeState.cs (1)
104_ = _currentOperations.TryRemove(key, out _);