3 references to TestTagHelperTwo
Microsoft.AspNetCore.Mvc.Razor.Test (3)
DependencyInjection\MvcRazorMvcCoreBuilderExtensionsTest.cs (3)
81
typeof(
TestTagHelperTwo
)));
98
var tagHelperTwo = Assert.Single(collection, t => t.ServiceType == typeof(
TestTagHelperTwo
));
99
Assert.Equal(typeof(
TestTagHelperTwo
), tagHelperTwo.ImplementationType);