2 references to GetKeyRingFromCompletedTaskUnsynchronized
Microsoft.AspNetCore.DataProtection (2)
KeyManagement\KeyRingProvider.cs (2)
386
var taskKeyRing =
GetKeyRingFromCompletedTaskUnsynchronized
(existingTask, utcNow); // Throws if the task failed
418
var newKeyRing =
GetKeyRingFromCompletedTaskUnsynchronized
(existingTask, utcNow); // Throws if the task failed (winning thread only)