1 write to _descriptorLock
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\Key.cs (1)
113
_descriptorLock
= descriptor is null ? new() : null;
2 references to _descriptorLock
Microsoft.AspNetCore.DataProtection (2)
KeyManagement\Key.cs (2)
139
lock (
_descriptorLock
!)
176
lock (
_descriptorLock
!)