2 writes to AttributeName
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (2)
223AttributeName = directiveAttributeName.Text, 888AttributeName = directiveAttributeName.Text,
14 references to AttributeName
Microsoft.CodeAnalysis.Razor.Compiler (14)
Language\Components\ComponentBindLoweringPass.AttributeInfo.cs (1)
52: this(node, index, node.TagHelper, node.AttributeName, node.OriginalAttributeName)
Language\Components\ComponentBindLoweringPass.BindEntryKey.cs (1)
14: this(parent, node.AttributeName)
Language\Components\ComponentBindLoweringPass.cs (6)
117bindNode.AttributeName)); 320if (child is TagHelperDirectiveAttributeIntermediateNode { AttributeName: string attributeName } && 338if (!duplicates.TryGetValue(directiveAttribute.AttributeName, out var builder)) 341duplicates[directiveAttribute.AttributeName] = builder; 420bindNode.AttributeName)); 1173({ AttributeName: var result }, null) => result,
Language\Components\ComponentEventHandlerLoweringPass.cs (2)
125.GroupBy(p => p.AttributeName) 188var attributeName = node.AttributeName;
Language\Intermediate\ComponentAttributeIntermediateNode.cs (1)
104AttributeName = node.AttributeName;
Language\Intermediate\TagHelperDirectiveAttributeIntermediateNode.cs (3)
37formatter.WriteContent(AttributeName); 39formatter.WriteProperty(nameof(AttributeName), AttributeName);