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