6 writes to AttributeStructure
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (2)
330
AttributeStructure
= attrStructure,
909
AttributeStructure
= InferAttributeStructure(htmlAttr),
Language\DefaultTagHelperResolutionPhase.LegacyTagHelperResolver.cs (4)
148
AttributeStructure
= attrStructure,
191
AttributeStructure
= AttributeStructure.Minimized,
289
AttributeStructure
= AttributeStructure.Minimized,
301
AttributeStructure
= attributeStructure,
4 references to AttributeStructure
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Extensions\DefaultTagHelperPropertyIntermediateNode.cs (1)
26
AttributeStructure = propertyNode.
AttributeStructure
;
Language\Intermediate\ComponentAttributeIntermediateNode.cs (1)
87
AttributeStructure = propertyNode.
AttributeStructure
;
Language\Intermediate\TagHelperPropertyIntermediateNode.cs (2)
35
formatter.WriteProperty(nameof(
AttributeStructure
),
AttributeStructure
.ToString());