4 writes to AttributeStructure
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Intermediate\ComponentAttributeIntermediateNode.cs (4)
60AttributeStructure = attributeNode.AttributeStructure; 81AttributeStructure = propertyNode.AttributeStructure; 99AttributeStructure = node.AttributeStructure; 119AttributeStructure = node.AttributeStructure;
5 references to AttributeStructure
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
157WriteContentNode(node, node.AttributeName, node.PropertyName, string.Format(CultureInfo.InvariantCulture, "AttributeStructure.{0}", node.AttributeStructure));
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Components\ComponentDesignTimeNodeWriter.cs (1)
740if (node.AttributeStructure == AttributeStructure.Minimized)
Language\Components\ComponentRuntimeNodeWriter.cs (1)
669if (node.AttributeStructure == AttributeStructure.Minimized)
Language\Intermediate\ComponentAttributeIntermediateNode.cs (2)
176formatter.WriteProperty(nameof(AttributeStructure), AttributeStructure.ToString());