1 write to AttributeName
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
75AttributeName = node.AttributeName,
5 references to AttributeName
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Extensions\PreallocatedAttributeTargetExtension.cs (1)
36.WriteStringLiteral(node.AttributeName);
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
58if (string.Equals(existingDeclaration.AttributeName, node.AttributeName, StringComparison.Ordinal) &&
Language\Extensions\PreallocatedTagHelperHtmlAttributeValueIntermediateNode.cs (3)
79formatter.WriteContent(AttributeName); 81formatter.WriteProperty(nameof(AttributeName), AttributeName);