1 write to _host
Microsoft.AspNetCore.Hosting.WindowsServices (1)
WebHostService.cs (1)
28
_host
= host ?? throw new ArgumentNullException(nameof(host));
4 references to _host
Microsoft.AspNetCore.Hosting.WindowsServices (4)
WebHostService.cs (4)
42
_host
.Start();
49
_host
69
_host
.StopAsync().GetAwaiter().GetResult();
73
_host
.Dispose();