1 write to InstanceId
System.Diagnostics.EventLog (1)
System\Diagnostics\EventData.cs (1)
17
InstanceId
= instanceId;
2 references to InstanceId
System.Diagnostics.EventLog (2)
System\Diagnostics\EventData.cs (1)
55
throw new ArgumentOutOfRangeException(nameof(
InstanceId
));
System\Diagnostics\EventLogInternal.cs (1)
1351
InternalWriteEvent((uint)instance.
InstanceId
, (ushort)instance.CategoryId, instance.EntryType, strings, data, currentMachineName);