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,
6 references to AttributeStructure
Microsoft.AspNetCore.Razor.Test.Common (2)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
132
WriteContentNode(node, node.AttributeName, node.BoundAttribute.DisplayName, string.Format(CultureInfo.InvariantCulture, "HtmlAttributeValueStyle.{0}", node.
AttributeStructure
));
Language\Intermediate\IntermediateNodeAssert.cs (1)
382
Assert.Equal(valueStyle, propertyNode.
AttributeStructure
);
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Extensions\DefaultTagHelperPropertyIntermediateNode.cs (1)
26
AttributeStructure = propertyNode.
AttributeStructure
;
Language\Intermediate\ComponentAttributeIntermediateNode.cs (1)
81
AttributeStructure = propertyNode.
AttributeStructure
;
Language\Intermediate\TagHelperPropertyIntermediateNode.cs (2)
35
formatter.WriteProperty(nameof(
AttributeStructure
),
AttributeStructure
.ToString());