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