3 writes to logDisplayName
System.Diagnostics.EventLog (3)
System\Diagnostics\EventLogInternal.cs (3)
194
logDisplayName
= GetLogName(currentMachineName);
201
logDisplayName
= FormatMessageWrapper(resourceDll, (uint)(int)resourceIdObject, null);
203
logDisplayName
??= GetLogName(currentMachineName);
3 references to logDisplayName
System.Diagnostics.EventLog (3)
System\Diagnostics\EventLogInternal.cs (3)
176
if (
logDisplayName
!= null)
177
return
logDisplayName
;
212
return
logDisplayName
;