6 references to EvtEventPropertyId
System.Diagnostics.EventLog (6)
_generated\0\LibraryImports.g.cs (2)
292
internal static partial bool EvtGetEventInfo(global::System.Diagnostics.Eventing.Reader.EventLogHandle eventHandle, global::Microsoft.Win32.UnsafeNativeMethods.
EvtEventPropertyId
propertyId, int bufferSize, nint bufferPtr, out int bufferUsed)
328
static extern unsafe int __PInvoke(nint __eventHandle_native, global::Microsoft.Win32.UnsafeNativeMethods.
EvtEventPropertyId
__propertyId_native, int __bufferSize_native, nint __bufferPtr_native, int* __bufferUsed_native);
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);
System\Diagnostics\Reader\NativeWrapper.cs (1)
353
public static object? EvtGetEventInfo(EventLogHandle handle, UnsafeNativeMethods.
EvtEventPropertyId
enumType)
System\Diagnostics\Reader\UnsafeNativeMethods.cs (1)
503
EvtEventPropertyId
propertyId,