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