5 writes to AttributeName
Microsoft.AspNetCore.Razor.Language.UnitTests (4)
Extensions\PreallocatedAttributeTargetExtensionTest.cs (4)
151
AttributeName
= attribute.Name,
200
AttributeName
= "pre-Foo",
254
AttributeName
= "pre-Bar",
264
AttributeName
= "pre-Foo",
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperPropertyIntermediateNode.cs (1)
25
AttributeName
= propertyNode.AttributeName;
7 references to AttributeName
Microsoft.AspNetCore.Razor.Test.Common (2)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
216
WriteContentNode(n, n.VariableName, n.
AttributeName
, n.PropertyName);
Language\Intermediate\IntermediateNodeAssert.cs (1)
360
Assert.Equal(attributeName, setPreallocatedTagHelperProperty.
AttributeName
);
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Extensions\PreallocatedAttributeTargetExtension.cs (2)
114
.WriteStringLiteral(node.
AttributeName
)
162
var dictionaryKey = node.
AttributeName
.Substring(node.BoundAttribute.IndexerNamePrefix.Length);
Language\Extensions\PreallocatedTagHelperPropertyIntermediateNode.cs (3)
86
formatter.WriteContent(
AttributeName
);
88
formatter.WriteProperty(nameof(
AttributeName
),
AttributeName
);