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