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