1 write to AttributeStructure
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\DefaultTagHelperPropertyIntermediateNode.cs (1)
26
AttributeStructure
= propertyNode.AttributeStructure;
7 references to AttributeStructure
Microsoft.CodeAnalysis.Razor.Compiler (7)
Language\Extensions\DefaultTagHelperPropertyIntermediateNode.cs (2)
92
formatter.WriteProperty(nameof(
AttributeStructure
),
AttributeStructure
.ToString());
Language\Extensions\DefaultTagHelperTargetExtension.cs (2)
330
node.
AttributeStructure
== AttributeStructure.Minimized &&
354
.Write($"global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.{node.
AttributeStructure
}")
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (2)
109
existingDeclaration.AttributeStructure == node.
AttributeStructure
)
126
AttributeStructure = node.
AttributeStructure
,
Language\Extensions\PreallocatedTagHelperPropertyIntermediateNode.cs (1)
26
AttributeStructure = propertyNode.
AttributeStructure
;