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)
103Logger.LogInformation("Hosting environment: {EnvName}", Environment.EnvironmentName); 104Logger.LogInformation("Content root path: {ContentRoot}", Environment.ContentRootPath);