2 writes to AttributeStructure
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
Extensions\PreallocatedAttributeTargetExtensionTest.cs (1)
110
AttributeStructure
= AttributeStructure.DoubleQuotes,
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
132
AttributeStructure
= node.AttributeStructure,
6 references to AttributeStructure
Microsoft.AspNetCore.Razor.Test.Common (2)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
219
WriteContentNode(n, n.VariableName, n.AttributeName, n.Value, string.Format(CultureInfo.InvariantCulture, "HtmlAttributeValueStyle.{0}", n.
AttributeStructure
));
Language\Intermediate\IntermediateNodeAssert.cs (1)
302
Assert.Equal(valueStyle, propertyValueNode.
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)
115
existingDeclaration.
AttributeStructure
== node.AttributeStructure)
Language\Extensions\PreallocatedTagHelperPropertyValueIntermediateNode.cs (2)
61
formatter.WriteProperty(nameof(
AttributeStructure
),
AttributeStructure
.ToString());