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)
73if (_exception != null) 76throw _exception;