2 writes to subscriptionWaitHandle
System.Core (2)
System\Diagnostics\Eventing\Reader\EventLogWatcher.cs (2)
135
this.
subscriptionWaitHandle
= null;
173
this.
subscriptionWaitHandle
= new AutoResetEvent(false);
4 references to subscriptionWaitHandle
System.Core (4)
System\Diagnostics\Eventing\Reader\EventLogWatcher.cs (4)
133
if (this.
subscriptionWaitHandle
!= null) {
134
this.
subscriptionWaitHandle
.Close();
180
this.
subscriptionWaitHandle
.SafeWaitHandle,
194
this.
subscriptionWaitHandle
,