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