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