8 writes to Environment
Microsoft.AspNetCore.Hosting.Tests (8)
Fakes\Startup.cs (6)
27o.Environment = "Dev"; 37o.Environment = "Retail"; 47o.Environment = "Static"; 57o.Environment = "StaticProvider"; 78o.Environment = "Provider"; 89o.Environment = "ProviderArgs";
Fakes\StartupBase.cs (1)
16o.Environment = "BaseClass";
Fakes\StartupCaseInsensitive.cs (1)
18o.Environment = "ConfigureCaseInsensitiveServices";
2 references to Environment
Microsoft.AspNetCore.Hosting.Tests (2)
StartupManagerTests.cs (2)
356Assert.Equal(environment, options.Environment); 403Assert.Equal("ConfigureCaseInsensitiveServices", options.Environment);