2 writes to _exception
WindowsBase (2)
Base\MS\Internal\Security\RightsManagement\CallbackHandler.cs (2)
93
_exception
= null; // we are resetting this variable, so that the instance of this class will be reusable even after exception
111
_exception
= e;
2 references to _exception
WindowsBase (2)
Base\MS\Internal\Security\RightsManagement\CallbackHandler.cs (2)
73
if (
_exception
!= null)
76
throw
_exception
;