1 write to _sharedCancellation
Microsoft.Extensions.Caching.Hybrid (1)
Internal\DefaultHybridCache.StampedeState.cs (1)
49
_sharedCancellation
= new();
2 references to _sharedCancellation
Microsoft.Extensions.Caching.Hybrid (2)
Internal\DefaultHybridCache.StampedeState.cs (2)
50
SharedToken =
_sharedCancellation
.Token;
91
_sharedCancellation
?.Cancel();