3 writes to _descriptorException
Microsoft.AspNetCore.DataProtection (3)
KeyManagement\Key.cs (3)
112
_descriptorException
= descriptorException;
160
_descriptorException
= ex;
179
_descriptorException
= null;
5 references to _descriptorException
Microsoft.AspNetCore.DataProtection (5)
KeyManagement\Key.cs (5)
135
Debug.Assert(
_descriptorException
is null); // Mutually exclusive with _descriptor
141
if (
_descriptorException
is not null)
143
throw
_descriptorException
;
172
Debug.Assert(
_descriptorException
is null); // Mutually exclusive with _descriptor
217
descriptorException:
_descriptorException
)