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