4 writes to AttributeStructure
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (2)
381AttributeStructure = unresolvedAttr.AttributeStructure, 930AttributeStructure = InferAttributeStructure(htmlAttr),
Language\DefaultTagHelperResolutionPhase.LegacyTagHelperResolver.cs (2)
239AttributeStructure = unresolvedAttr.AttributeStructure, 315AttributeStructure = attributeStructure,
7 references to AttributeStructure
Microsoft.AspNetCore.Razor.Test.Common (2)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
137WriteContentNode(node, node.AttributeName, string.Format(CultureInfo.InvariantCulture, "HtmlAttributeValueStyle.{0}", node.AttributeStructure));
Language\Intermediate\IntermediateNodeAssert.cs (1)
345Assert.Equal(valueStyle, tagHelperHtmlAttribute.AttributeStructure);
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Components\ComponentLoweringPass.cs (1)
793switch (node.AttributeStructure)
Language\Extensions\DefaultTagHelperHtmlAttributeIntermediateNode.cs (1)
26AttributeStructure = htmlAttributeNode.AttributeStructure;
Language\Intermediate\ComponentAttributeIntermediateNode.cs (1)
60AttributeStructure = attributeNode.AttributeStructure;
Language\Intermediate\TagHelperHtmlAttributeIntermediateNode.cs (2)
21formatter.WriteProperty(nameof(AttributeStructure), AttributeStructure.ToString());