3 writes to logDisplayName
System (3)
services\monitoring\system\diagnosticts\EventLogInternal.cs (3)
282
logDisplayName
= GetLogName(currentMachineName);
285
logDisplayName
= FormatMessageWrapper(resourceDll, (uint) resourceId, null);
287
logDisplayName
= GetLogName(currentMachineName);
4 references to logDisplayName
System (4)
services\monitoring\system\diagnosticts\EventLogInternal.cs (4)
256
if (
logDisplayName
!= null)
257
return
logDisplayName
;
286
if (
logDisplayName
== null)
298
return
logDisplayName
;