2 writes to category
System (2)
services\monitoring\system\diagnosticts\EventLogEntry.cs (2)
151
category
= "(" + CategoryNumber.ToString(CultureInfo.CurrentCulture) + ")";
153
category
= cat;
2 references to category
System (2)
services\monitoring\system\diagnosticts\EventLogEntry.cs (2)
147
if (
category
== null) {
156
return
category
;