1 write to _viewComponentAttributeSymbol
Microsoft.CodeAnalysis.Razor.Compiler (1)
Mvc.Version1_X\ViewComponentTagHelperDescriptorFactory.cs (1)
44
_viewComponentAttributeSymbol
= compilation.GetTypeByMetadataName(ViewComponentTypes.ViewComponentAttribute);
1 reference to _viewComponentAttributeSymbol
Microsoft.CodeAnalysis.Razor.Compiler (1)
Mvc.Version1_X\ViewComponentTagHelperDescriptorFactory.cs (1)
241
var viewComponentAttribute = componentType.GetAttributes().Where(a => SymbolEqualityComparer.Default.Equals(a.AttributeClass,
_viewComponentAttributeSymbol
)).FirstOrDefault();