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