1 write to AttributeName
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperPropertyIntermediateNode.cs (1)
25AttributeName = propertyNode.AttributeName;
5 references to AttributeName
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Extensions\PreallocatedAttributeTargetExtension.cs (2)
114.WriteStringLiteral(node.AttributeName) 162var dictionaryKey = node.AttributeName.Substring(node.BoundAttribute.IndexerNamePrefix.Length);
Language\Extensions\PreallocatedTagHelperPropertyIntermediateNode.cs (3)
86formatter.WriteContent(AttributeName); 88formatter.WriteProperty(nameof(AttributeName), AttributeName);