11 references to GetHostingEnvironment
Microsoft.AspNetCore.Mvc.Test (11)
MvcServiceCollectionExtensionsTest.cs (11)
49services.AddSingleton<IWebHostEnvironment>(GetHostingEnvironment()); 87services.AddSingleton<IWebHostEnvironment>(GetHostingEnvironment()); 102services.AddSingleton<IWebHostEnvironment>(GetHostingEnvironment()); 118services.AddSingleton<IWebHostEnvironment>(GetHostingEnvironment()); 133services.AddSingleton<IWebHostEnvironment>(GetHostingEnvironment()); 168services.AddSingleton<IWebHostEnvironment>(GetHostingEnvironment()); 185services.AddSingleton<IWebHostEnvironment>(GetHostingEnvironment()); 204services.AddSingleton<IWebHostEnvironment>(GetHostingEnvironment()); 221services.AddSingleton<IWebHostEnvironment>(GetHostingEnvironment()); 398var hostEnvironment = GetHostingEnvironment(); 460services.AddSingleton<IWebHostEnvironment>(GetHostingEnvironment());