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,
6 references to AttributeStructure
Microsoft.AspNetCore.Razor.Test.Common (2)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
132WriteContentNode(node, node.AttributeName, node.BoundAttribute.DisplayName, string.Format(CultureInfo.InvariantCulture, "HtmlAttributeValueStyle.{0}", node.AttributeStructure));
Language\Intermediate\IntermediateNodeAssert.cs (1)
382Assert.Equal(valueStyle, propertyNode.AttributeStructure);
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Extensions\DefaultTagHelperPropertyIntermediateNode.cs (1)
26AttributeStructure = propertyNode.AttributeStructure;
Language\Intermediate\ComponentAttributeIntermediateNode.cs (1)
81AttributeStructure = propertyNode.AttributeStructure;
Language\Intermediate\TagHelperPropertyIntermediateNode.cs (2)
35formatter.WriteProperty(nameof(AttributeStructure), AttributeStructure.ToString());