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