4 writes to AttributeStructure
Microsoft.AspNetCore.Razor.Language.UnitTests (3)
Extensions\DefaultTagHelperTargetExtensionTest.cs (3)
278AttributeStructure = AttributeStructure.DoubleQuotes, 323AttributeStructure = AttributeStructure.DoubleQuotes, 366AttributeStructure = AttributeStructure.DoubleQuotes,
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\DefaultTagHelperHtmlAttributeIntermediateNode.cs (1)
26AttributeStructure = htmlAttributeNode.AttributeStructure;
7 references to AttributeStructure
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
Extensions\DefaultTagHelperOptimizationPassTest.cs (1)
78Assert.Equal(AttributeStructure.DoubleQuotes, htmlAttribute.AttributeStructure);
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
228WriteContentNode(n, n.AttributeName, string.Format(CultureInfo.InvariantCulture, "HtmlAttributeValueStyle.{0}", n.AttributeStructure));
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Extensions\DefaultTagHelperHtmlAttributeIntermediateNode.cs (2)
80formatter.WriteProperty(nameof(AttributeStructure), AttributeStructure.ToString());
Language\Extensions\DefaultTagHelperTargetExtension.cs (1)
203var attributeValueStyleParameter = $"{HtmlAttributeValueStyleTypeName}.{node.AttributeStructure}";
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (2)
66existingDeclaration.AttributeStructure == node.AttributeStructure) 83AttributeStructure = node.AttributeStructure,