1 write to matchedQueryIds
System.Core (1)
System\Diagnostics\Eventing\Reader\EventLogRecord.cs (1)
242
this.
matchedQueryIds
= (int[])NativeWrapper.EvtGetEventInfo(this.Handle, UnsafeNativeMethods.EvtEventPropertyId.EvtEventQueryIDs);
4 references to matchedQueryIds
System.Core (4)
System\Diagnostics\Eventing\Reader\EventLogRecord.cs (4)
238
if (this.
matchedQueryIds
!= null)
239
return this.
matchedQueryIds
;
241
if (this.
matchedQueryIds
== null) {
244
return this.
matchedQueryIds
;