1 write to Id
System.Core (1)
System\Diagnostics\Eventing\Reader\NativeWrapper.cs (1)
856
systemProperties.
Id
= (ushort?)ConvertToObject(varVal, UnsafeNativeMethods.EvtVariantType.EvtVarTypeUInt16);
2 references to Id
System.Core (2)
System\Diagnostics\Eventing\Reader\EventLogRecord.cs (2)
98
if (this.systemProperties.
Id
== null)
100
return (int)this.systemProperties.
Id
;