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