1 write to Id
System.Diagnostics.EventLog (1)
System\Diagnostics\Reader\NativeWrapper.cs (1)
827
systemProperties.
Id
= (ushort?)ConvertToObject(varVal, UnsafeNativeMethods.EvtVariantType.EvtVarTypeUInt16);
2 references to Id
System.Diagnostics.EventLog (2)
System\Diagnostics\Reader\EventLogRecord.cs (2)
71
if (_systemProperties.
Id
== null)
73
return (int)_systemProperties.
Id
;