3 writes to AttributeName
Microsoft.AspNetCore.Razor.Language.UnitTests (2)
Extensions\PreallocatedAttributeTargetExtensionTest.cs (2)
22
AttributeName
= "Foo",
49
AttributeName
= "Foo",
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
81
AttributeName
= node.AttributeName,
6 references to AttributeName
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 (1)
36
.WriteStringLiteral(node.
AttributeName
);
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
64
if (string.Equals(existingDeclaration.
AttributeName
, node.AttributeName, StringComparison.Ordinal) &&
Language\Extensions\PreallocatedTagHelperHtmlAttributeValueIntermediateNode.cs (3)
79
formatter.WriteContent(
AttributeName
);
81
formatter.WriteProperty(nameof(
AttributeName
),
AttributeName
);