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