6 writes to AttributeStructure
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (2)
330AttributeStructure = attrStructure, 909AttributeStructure = InferAttributeStructure(htmlAttr),
Language\DefaultTagHelperResolutionPhase.LegacyTagHelperResolver.cs (4)
148AttributeStructure = attrStructure, 191AttributeStructure = AttributeStructure.Minimized, 289AttributeStructure = AttributeStructure.Minimized, 301AttributeStructure = attributeStructure,
4 references to AttributeStructure
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Extensions\DefaultTagHelperPropertyIntermediateNode.cs (1)
26AttributeStructure = propertyNode.AttributeStructure;
Language\Intermediate\ComponentAttributeIntermediateNode.cs (1)
87AttributeStructure = propertyNode.AttributeStructure;
Language\Intermediate\TagHelperPropertyIntermediateNode.cs (2)
35formatter.WriteProperty(nameof(AttributeStructure), AttributeStructure.ToString());