4 writes to AttributeStructure
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Intermediate\ComponentAttributeIntermediateNode.cs (4)
66
AttributeStructure
= attributeNode.AttributeStructure;
87
AttributeStructure
= propertyNode.AttributeStructure;
105
AttributeStructure
= node.AttributeStructure;
125
AttributeStructure
= node.AttributeStructure;
3 references to AttributeStructure
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Components\ComponentNodeWriter.cs (1)
1302
if (node.
AttributeStructure
== AttributeStructure.Minimized)
Language\Intermediate\ComponentAttributeIntermediateNode.cs (2)
182
formatter.WriteProperty(nameof(
AttributeStructure
),
AttributeStructure
.ToString());