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