1 override of OnStart
Microsoft.Extensions.Hosting.WindowsServices (1)
WindowsServiceLifetime.cs (1)
138protected override void OnStart(string[] args)
2 references to OnStart
Microsoft.Extensions.Hosting.WindowsServices (1)
WindowsServiceLifetime.cs (1)
141base.OnStart(args);
System.ServiceProcess.ServiceController (1)
System\ServiceProcess\ServiceBase.cs (1)
826OnStart(args);