2 writes to AttributeStructure
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (2)
225AttributeStructure = attrStructure, 890AttributeStructure = InferAttributeStructure(htmlAttr),
3 references to AttributeStructure
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Intermediate\ComponentAttributeIntermediateNode.cs (1)
105AttributeStructure = node.AttributeStructure;
Language\Intermediate\TagHelperDirectiveAttributeIntermediateNode.cs (2)
41formatter.WriteProperty(nameof(AttributeStructure), AttributeStructure.ToString());