3 references to TestTagHelperTwo
Microsoft.AspNetCore.Mvc.Razor.Test (3)
DependencyInjection\MvcRazorMvcBuilderExtensionsTest.cs (3)
41typeof(TestTagHelperTwo))); 58var tagHelperTwo = Assert.Single(collection, t => t.ServiceType == typeof(TestTagHelperTwo)); 59Assert.Equal(typeof(TestTagHelperTwo), tagHelperTwo.ImplementationType);