7 references to ThrowIfNull
Microsoft.Extensions.Hosting.WindowsServices (7)
WindowsServiceLifetime.cs (5)
48
ThrowHelper.
ThrowIfNull
(environment);
49
ThrowHelper.
ThrowIfNull
(applicationLifetime);
50
ThrowHelper.
ThrowIfNull
(loggerFactory);
51
ThrowHelper.
ThrowIfNull
(optionsAccessor);
52
ThrowHelper.
ThrowIfNull
(windowsServiceOptionsAccessor);
WindowsServiceLifetimeHostBuilderExtensions.cs (2)
47
ThrowHelper.
ThrowIfNull
(hostBuilder);
97
ThrowHelper.
ThrowIfNull
(services);