5 references to IsEnvironment
Microsoft.AspNetCore.Hosting.Tests (2)
WebHostTests.cs (2)
866Assert.True(env.IsEnvironment(Environments.Production)); 867Assert.True(env.IsEnvironment("producTion"));
Microsoft.Extensions.Hosting.Abstractions (3)
HostEnvironmentEnvExtensions.cs (3)
22return hostEnvironment.IsEnvironment(Environments.Development); 34return hostEnvironment.IsEnvironment(Environments.Staging); 46return hostEnvironment.IsEnvironment(Environments.Production);