3 writes to AttributeStructure
Microsoft.AspNetCore.Razor.Language.UnitTests (2)
Extensions\PreallocatedAttributeTargetExtensionTest.cs (2)
24
AttributeStructure
= AttributeStructure.DoubleQuotes,
51
AttributeStructure
= AttributeStructure.Minimized,
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
83
AttributeStructure
= node.AttributeStructure,
6 references to AttributeStructure
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
213
WriteContentNode(n, n.VariableName, n.AttributeName, n.Value, string.Format(CultureInfo.InvariantCulture, "HtmlAttributeValueStyle.{0}", n.
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)
66
existingDeclaration.
AttributeStructure
== node.AttributeStructure)
Language\Extensions\PreallocatedTagHelperHtmlAttributeValueIntermediateNode.cs (2)
82
formatter.WriteProperty(nameof(
AttributeStructure
),
AttributeStructure
.ToString());