3 writes to _cacheableKeyRingTask
Microsoft.AspNetCore.DataProtection (3)
KeyManagement\KeyRingProvider.cs (3)
434
_cacheableKeyRingTask
= null;
448
_cacheableKeyRingTask
= Task.Factory.StartNew(
484
_cacheableKeyRingTask
= null;
2 references to _cacheableKeyRingTask
Microsoft.AspNetCore.DataProtection (2)
KeyManagement\KeyRingProvider.cs (2)
359
var existingTask =
_cacheableKeyRingTask
;
479
if (!ReferenceEquals(task,
_cacheableKeyRingTask
))