2 writes to AttributeStructure
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (2)
225
AttributeStructure
= attrStructure,
890
AttributeStructure
= InferAttributeStructure(htmlAttr),
4 references to AttributeStructure
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
142
WriteContentNode(node, node.AttributeName, node.BoundAttribute.DisplayName, string.Format(CultureInfo.InvariantCulture, "HtmlAttributeValueStyle.{0}", node.
AttributeStructure
));
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Intermediate\ComponentAttributeIntermediateNode.cs (1)
99
AttributeStructure = node.
AttributeStructure
;
Language\Intermediate\TagHelperDirectiveAttributeIntermediateNode.cs (2)
41
formatter.WriteProperty(nameof(
AttributeStructure
),
AttributeStructure
.ToString());