2 references to AltDllName
System.Diagnostics.EventLog (2)
System\Diagnostics\EventLog.cs (2)
707
dllPath = Path.Combine(Path.GetDirectoryName(assmLocation)!,
AltDllName
);
711
dllPath = Path.Combine(AppContext.BaseDirectory,
AltDllName
);