3 references to Production
Microsoft.AspNetCore.Hosting.Abstractions (3)
HostingEnvironmentExtensions.cs (3)
37/// Checks if the current hosting environment name is <see cref="EnvironmentName.Production"/>. 40/// <returns>True if the environment name is <see cref="EnvironmentName.Production"/>, otherwise false.</returns> 45return hostingEnvironment.IsEnvironment(EnvironmentName.Production);