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