2 writes to AttributeName
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
Extensions\PreallocatedAttributeTargetExtensionTest.cs (1)
108
AttributeName
= "Foo",
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
130
AttributeName
= node.AttributeName,
7 references to AttributeName
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)
300
Assert.Equal(attributeName, propertyValueNode.
AttributeName
);
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Extensions\PreallocatedAttributeTargetExtension.cs (1)
78
.WriteStringLiteral(node.
AttributeName
)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
113
if (string.Equals(existingDeclaration.
AttributeName
, node.AttributeName, StringComparison.Ordinal) &&
Language\Extensions\PreallocatedTagHelperPropertyValueIntermediateNode.cs (3)
58
formatter.WriteContent(
AttributeName
);
60
formatter.WriteProperty(nameof(
AttributeName
),
AttributeName
);