1 write to AttributeName
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperPropertyIntermediateNode.cs (1)
25
AttributeName
= propertyNode.AttributeName;
5 references to 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
);