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