1 write to HostingEnvironment
Microsoft.AspNetCore.Mvc.TagHelpers (1)
LinkTagHelper.cs (1)
115HostingEnvironment = hostingEnvironment;
2 references to HostingEnvironment
Microsoft.AspNetCore.Mvc.TagHelpers (1)
LinkTagHelper.cs (1)
475HostingEnvironment.WebRootFileProvider,
Microsoft.AspNetCore.Mvc.TagHelpers.Test (1)
DefaultTagHelperActivatorTest.cs (1)
50Assert.Same(HostingEnvironment, linkTagHelper.HostingEnvironment);