1 write to handle
System.Core (1)
System\Diagnostics\Eventing\Reader\EventLogWatcher.cs (1)
179
handle
= NativeWrapper.EvtSubscribe(this.eventQuery.Session.Handle,
4 references to handle
System.Core (4)
System\Diagnostics\Eventing\Reader\EventLogWatcher.cs (4)
148
if (
handle
!= null && !
handle
.IsInvalid)
149
handle
.Dispose();
228
results = NativeWrapper.EvtNext(this.
handle
, this.eventsBuffer.Length, this.eventsBuffer, 0, 0, ref this. numEventsInBuffer);