1 write to AttributeStructure
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
126AttributeStructure = 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)
109existingDeclaration.AttributeStructure == node.AttributeStructure)
Language\Extensions\PreallocatedTagHelperPropertyValueIntermediateNode.cs (2)
61formatter.WriteProperty(nameof(AttributeStructure), AttributeStructure.ToString());