3 writes to _descriptor
Microsoft.AspNetCore.DataProtection (3)
KeyManagement\Key.cs (3)
110
_descriptor
= descriptor;
155
_descriptor
= _descriptorFactory();
178
_descriptor
= null;
7 references to _descriptor
Microsoft.AspNetCore.DataProtection (7)
KeyManagement\Key.cs (7)
133
if (
_descriptor
is not null) // Can only go from null to non-null, so losing a race here doesn't matter
136
return
_descriptor
;
146
if (
_descriptor
is not null)
148
return
_descriptor
;
156
return
_descriptor
;
169
if (
_descriptor
is not null)
215
descriptor:
_descriptor
,