2 writes to AttributeStructure
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (2)
218AttributeStructure = attrStructure, 882AttributeStructure = InferAttributeStructure(htmlAttr),
5 references to AttributeStructure
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
147WriteContentNode(node, node.AttributeName, string.Format(CultureInfo.InvariantCulture, "HtmlAttributeValueStyle.{0}", node.AttributeStructure));
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Components\ComponentEventHandlerLoweringPass.cs (1)
284if (node.AttributeStructure != AttributeStructure.Minimized)
Language\Intermediate\ComponentAttributeIntermediateNode.cs (1)
119AttributeStructure = node.AttributeStructure;
Language\Intermediate\TagHelperDirectiveAttributeParameterIntermediateNode.cs (2)
40formatter.WriteProperty(nameof(AttributeStructure), AttributeStructure.ToString());