2 writes to category
System.Diagnostics.EventLog (2)
System\Diagnostics\EventLogEntry.cs (2)
98
category
= "(" + CategoryNumber.ToString(CultureInfo.CurrentCulture) + ")";
100
category
= cat;
2 references to category
System.Diagnostics.EventLog (2)
System\Diagnostics\EventLogEntry.cs (2)
93
if (
category
== null)
103
return
category
;