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