1 write to _host
Microsoft.AspNetCore.Hosting.WindowsServices (1)
WebHostService.cs (1)
27
_host
= host ?? throw new ArgumentNullException(nameof(host));
4 references to _host
Microsoft.AspNetCore.Hosting.WindowsServices (4)
WebHostService.cs (4)
41
_host
.Start();
48
_host
68
_host
.StopAsync().GetAwaiter().GetResult();
72
_host
.Dispose();