1 write to TestViewComponentAttributeSymbol
Microsoft.AspNetCore.Mvc.Razor.Extensions.UnitTests (1)
IsViewComponentTest.cs (1)
27
TestViewComponentAttributeSymbol
= Compilation.GetTypeByMetadataName(typeof(TestViewComponentAttribute).FullName.AssumeNotNull()).AssumeNotNull();
8 references to TestViewComponentAttributeSymbol
Microsoft.AspNetCore.Mvc.Razor.Extensions.UnitTests (8)
IsViewComponentTest.cs (8)
39
var isViewComponent = tagHelperSymbol.IsViewComponent(
TestViewComponentAttributeSymbol
, TestNonViewComponentAttributeSymbol);
53
var isViewComponent = tagHelperSymbol.IsViewComponent(
TestViewComponentAttributeSymbol
, TestNonViewComponentAttributeSymbol);
67
var isViewComponent = tagHelperSymbol.IsViewComponent(
TestViewComponentAttributeSymbol
, TestNonViewComponentAttributeSymbol);
81
var isViewComponent = tagHelperSymbol.IsViewComponent(
TestViewComponentAttributeSymbol
, TestNonViewComponentAttributeSymbol);
95
var isViewComponent = tagHelperSymbol.IsViewComponent(
TestViewComponentAttributeSymbol
, TestNonViewComponentAttributeSymbol);
109
var isViewComponent = tagHelperSymbol.IsViewComponent(
TestViewComponentAttributeSymbol
, TestNonViewComponentAttributeSymbol);
123
var isViewComponent = tagHelperSymbol.IsViewComponent(
TestViewComponentAttributeSymbol
, TestNonViewComponentAttributeSymbol);
137
var isViewComponent = tagHelperSymbol.IsViewComponent(
TestViewComponentAttributeSymbol
, TestNonViewComponentAttributeSymbol);