1 write to SourceName
Microsoft.Extensions.Hosting.WindowsServices (1)
WindowsServiceLifetimeHostBuilderExtensions.cs (1)
142settings.SourceName = _applicationName;
4 references to SourceName
Microsoft.Extensions.Hosting.WindowsServices (1)
WindowsServiceLifetimeHostBuilderExtensions.cs (1)
140if (string.IsNullOrEmpty(settings.SourceName))
Microsoft.Extensions.Logging.EventLog (3)
EventLogSettings.cs (3)
47string sourceName = string.IsNullOrEmpty(SourceName) ? ".NET Runtime" : SourceName; 50if (string.IsNullOrEmpty(SourceName))