1 write to _eventQuery
System.Diagnostics.EventLog (1)
System\Diagnostics\Reader\EventLogWatcher.cs (1)
65
_eventQuery
= eventQuery;
6 references to _eventQuery
System.Diagnostics.EventLog (6)
System\Diagnostics\Reader\EventLogWatcher.cs (6)
68
if (
_eventQuery
.ReverseDirection)
171
if (
_eventQuery
.TolerateQueryErrors)
187
_handle = UnsafeNativeMethods.EvtSubscribe(
_eventQuery
.Session.Handle,
189
_eventQuery
.Path,
190
_eventQuery
.Query,
278
EventLogRecord record = new EventLogRecord(new EventLogHandle(_eventsBuffer[i], true),
_eventQuery
.Session, cachedMetadataInformation);