3 writes to AttributeStructure
Microsoft.AspNetCore.Razor.Language.UnitTests (2)
Extensions\PreallocatedAttributeTargetExtensionTest.cs (2)
24AttributeStructure = AttributeStructure.DoubleQuotes, 51AttributeStructure = AttributeStructure.Minimized,
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
83AttributeStructure = node.AttributeStructure,
6 references to AttributeStructure
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
213WriteContentNode(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)
38if (node.AttributeStructure == AttributeStructure.Minimized) 50.Write($"global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.{node.AttributeStructure}")
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
66existingDeclaration.AttributeStructure == node.AttributeStructure)
Language\Extensions\PreallocatedTagHelperHtmlAttributeValueIntermediateNode.cs (2)
82formatter.WriteProperty(nameof(AttributeStructure), AttributeStructure.ToString());