1 write to HostingEnvironment
Microsoft.AspNetCore.Mvc.TagHelpers (1)
ScriptTagHelper.cs (1)
106HostingEnvironment = hostingEnvironment;
2 references to HostingEnvironment
Microsoft.AspNetCore.Mvc.TagHelpers (1)
ScriptTagHelper.cs (1)
463HostingEnvironment.WebRootFileProvider,
Microsoft.AspNetCore.Mvc.TagHelpers.Test (1)
DefaultTagHelperActivatorTest.cs (1)
36Assert.Same(HostingEnvironment, scriptTagHelper.HostingEnvironment);