6 references to ViewComponentAttribute
Microsoft.CodeAnalysis.Razor.Compiler (6)
Mvc.Version1_X\ViewComponentTagHelperDescriptorFactory.cs (1)
44
_viewComponentAttributeSymbol = compilation.GetTypeByMetadataName(ViewComponentTypes.
ViewComponentAttribute
);
Mvc.Version1_X\ViewComponentTagHelperProducer.Factory.cs (1)
21
if (!compilation.TryGetTypeByMetadataName(ViewComponentTypes.
ViewComponentAttribute
, out var viewComponentAttributeType) ||
Mvc.Version2_X\ViewComponentTagHelperDescriptorFactory.cs (1)
44
_viewComponentAttributeSymbol = compilation.GetTypeByMetadataName(ViewComponentTypes.
ViewComponentAttribute
);
Mvc.Version2_X\ViewComponentTagHelperProducer.Factory.cs (1)
21
if (!compilation.TryGetTypeByMetadataName(ViewComponentTypes.
ViewComponentAttribute
, out var viewComponentAttributeType) ||
Mvc\ViewComponentTagHelperDescriptorFactory.cs (1)
44
_viewComponentAttributeSymbol = compilation.GetTypeByMetadataName(ViewComponentTypes.
ViewComponentAttribute
);
Mvc\ViewComponentTagHelperProducer.Factory.cs (1)
21
if (!compilation.TryGetTypeByMetadataName(ViewComponentTypes.
ViewComponentAttribute
, out var viewComponentAttributeType) ||