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