1 write to _host
Microsoft.AspNetCore.Hosting.WindowsServices (1)
WebHostService.cs (1)
26
_host
= host ?? throw new ArgumentNullException(nameof(host));
4 references to _host
Microsoft.AspNetCore.Hosting.WindowsServices (4)
WebHostService.cs (4)
40
_host
.Start();
47
_host
67
_host
.StopAsync().GetAwaiter().GetResult();
71
_host
.Dispose();