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