1 write to _matchedQueryIds
System.Diagnostics.EventLog (1)
System\Diagnostics\Reader\EventLogRecord.cs (1)
251
return
_matchedQueryIds
??= (int[]?)NativeWrapper.EvtGetEventInfo(this.Handle, UnsafeNativeMethods.EvtEventPropertyId.EvtEventQueryIDs);
2 references to _matchedQueryIds
System.Diagnostics.EventLog (2)
System\Diagnostics\Reader\EventLogRecord.cs (2)
247
if (
_matchedQueryIds
!= null)
248
return
_matchedQueryIds
;