3 references to HostingEnvironment
Microsoft.AspNetCore.Mvc.TagHelpers.Test (3)
DefaultTagHelperActivatorTest.cs (3)
36
Assert.Same(
HostingEnvironment
, scriptTagHelper.HostingEnvironment);
50
Assert.Same(
HostingEnvironment
, linkTagHelper.HostingEnvironment);
57
.AddSingleton(
HostingEnvironment
)