1 write to AttributeStructure
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
77
AttributeStructure
= node.AttributeStructure,
5 references to AttributeStructure
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Extensions\PreallocatedAttributeTargetExtension.cs (2)
38
if (node.
AttributeStructure
== AttributeStructure.Minimized)
50
.Write($"global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.{node.
AttributeStructure
}")
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
60
existingDeclaration.
AttributeStructure
== node.AttributeStructure)
Language\Extensions\PreallocatedTagHelperHtmlAttributeValueIntermediateNode.cs (2)
82
formatter.WriteProperty(nameof(
AttributeStructure
),
AttributeStructure
.ToString());