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