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