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