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