3 references to NonViewComponentAttribute
Microsoft.CodeAnalysis.Razor.Compiler (3)
Mvc.Version1_X\ViewComponentTagHelperProducer.Factory.cs (1)
28var nonViewComponentAttributeType = compilation.GetTypeByMetadataName(ViewComponentTypes.NonViewComponentAttribute);
Mvc.Version2_X\ViewComponentTagHelperProducer.Factory.cs (1)
28var nonViewComponentAttributeType = compilation.GetTypeByMetadataName(ViewComponentTypes.NonViewComponentAttribute);
Mvc\ViewComponentTagHelperProducer.Factory.cs (1)
28var nonViewComponentAttributeType = compilation.GetTypeByMetadataName(ViewComponentTypes.NonViewComponentAttribute);