1 write to _resetEvent
WindowsBase (1)
Base\MS\Internal\Security\RightsManagement\CallbackHandler.cs (1)
46_resetEvent = new AutoResetEvent(false); // initialized to a false non-signaled state
5 references to _resetEvent
WindowsBase (5)
Base\MS\Internal\Security\RightsManagement\CallbackHandler.cs (5)
70_resetEvent.WaitOne(); // return to the reset state after unblocking current transaction (as it is an "Auto"ResetEvent) 118_resetEvent.Set(); 128if (_resetEvent != null) 130_resetEvent.Set(); 131((IDisposable)_resetEvent).Dispose();