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