2 writes to _cacheableKeyRingTask
Microsoft.AspNetCore.DataProtection (2)
KeyManagement\KeyRingProvider.cs (2)
409
_cacheableKeyRingTask
= existingTask;
491
_cacheableKeyRingTask
= null;
2 references to _cacheableKeyRingTask
Microsoft.AspNetCore.DataProtection (2)
KeyManagement\KeyRingProvider.cs (2)
360
existingTask =
_cacheableKeyRingTask
;
486
if (!ReferenceEquals(task,
_cacheableKeyRingTask
))