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