2 writes to LogName
Microsoft.Extensions.Logging.EventLog (2)
_generated\0\BindingExtensions.g.cs (2)
68instance.LogName = value0; 75instance.LogName = currentValue;
3 references to LogName
Microsoft.Extensions.Logging.EventLog (3)
_generated\0\BindingExtensions.g.cs (1)
72var currentValue = instance.LogName;
EventLogSettings.cs (2)
43string logName = string.IsNullOrEmpty(LogName) ? "Application" : LogName;