1 write to AttributeName
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
124AttributeName = node.AttributeName,
5 references to AttributeName
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Extensions\PreallocatedAttributeTargetExtension.cs (1)
78.WriteStringLiteral(node.AttributeName)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
107if (string.Equals(existingDeclaration.AttributeName, node.AttributeName, StringComparison.Ordinal) &&
Language\Extensions\PreallocatedTagHelperPropertyValueIntermediateNode.cs (3)
58formatter.WriteContent(AttributeName); 60formatter.WriteProperty(nameof(AttributeName), AttributeName);