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