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