1 write to Environment
Microsoft.Extensions.Hosting (1)
Internal\ConsoleLifetime.cs (1)
55
Environment
= environment;
2 references to Environment
Microsoft.Extensions.Hosting (2)
Internal\ConsoleLifetime.cs (2)
103
Logger.LogInformation("Hosting environment: {EnvName}",
Environment
.EnvironmentName);
104
Logger.LogInformation("Content root path: {ContentRoot}",
Environment
.ContentRootPath);