2 writes to AttributeStructure
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (2)
218
AttributeStructure
= attrStructure,
882
AttributeStructure
= InferAttributeStructure(htmlAttr),
4 references to AttributeStructure
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Components\ComponentEventHandlerLoweringPass.cs (1)
284
if (node.
AttributeStructure
!= AttributeStructure.Minimized)
Language\Intermediate\ComponentAttributeIntermediateNode.cs (1)
125
AttributeStructure = node.
AttributeStructure
;
Language\Intermediate\TagHelperDirectiveAttributeParameterIntermediateNode.cs (2)
40
formatter.WriteProperty(nameof(
AttributeStructure
),
AttributeStructure
.ToString());