1 write to AttributeStructure
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
126
AttributeStructure
= node.AttributeStructure,
4 references to AttributeStructure
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Extensions\PreallocatedAttributeTargetExtension.cs (1)
82
.Write($"global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.{node.
AttributeStructure
}")
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
109
existingDeclaration.
AttributeStructure
== node.AttributeStructure)
Language\Extensions\PreallocatedTagHelperPropertyValueIntermediateNode.cs (2)
61
formatter.WriteProperty(nameof(
AttributeStructure
),
AttributeStructure
.ToString());