2 references to EvtGetEventInfo
System.Diagnostics.EventLog (2)
System\Diagnostics\Reader\EventLogRecord.cs (2)
238
return _containerChannel ??= (string?)NativeWrapper.
EvtGetEventInfo
(this.Handle, UnsafeNativeMethods.EvtEventPropertyId.EvtEventPath);
251
return _matchedQueryIds ??= (int[]?)NativeWrapper.
EvtGetEventInfo
(this.Handle, UnsafeNativeMethods.EvtEventPropertyId.EvtEventQueryIDs);