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