8 writes to AttributeName
Microsoft.CodeAnalysis.Razor.Compiler (8)
Language\Components\ComponentBindLoweringPass.cs (3)
573
valueNode.
AttributeName
= valueAttributeName;
596
changeNode.
AttributeName
= changeAttributeName;
623
expressionNode.
AttributeName
= expressionAttributeName;
Language\Components\ComponentFormNameLoweringPass.cs (1)
59
AttributeName
= node.OriginalAttributeName,
Language\Intermediate\ComponentAttributeIntermediateNode.cs (4)
65
AttributeName
= attributeNode.AttributeName;
86
AttributeName
= attributeName;
104
AttributeName
= node.AttributeName;
124
AttributeName
= node.AttributeNameWithoutParameter;
12 references to AttributeName
Microsoft.CodeAnalysis.Razor.Compiler (12)
Language\Components\ComponentChildContentDiagnosticPass.cs (2)
38
if (attribute.
AttributeName
== childContent.AttributeName)
42
attribute.
AttributeName
));
Language\Components\ComponentEventHandlerLoweringPass.cs (1)
111
componentAttribute.
AttributeName
== eventHandler.AttributeName)
Language\Components\ComponentLoweringPass.cs (1)
399
if (child is ComponentAttributeIntermediateNode attributeNode && attributeName == attributeNode.
AttributeName
)
Language\Components\ComponentMarkupDiagnosticPass.cs (4)
78
if (child is ComponentAttributeIntermediateNode attribute && attribute.
AttributeName
!= null)
80
if (_attributes.TryGetValue(attribute.
AttributeName
, out var other))
109
_attributes[attribute.
AttributeName
] = (attribute.
AttributeName
, attribute);
Language\Components\ComponentNodeWriter.cs (1)
401
context.CodeWriter.WriteStringLiteral(attribute.
AttributeName
);
Language\Intermediate\ComponentAttributeIntermediateNode.cs (3)
179
formatter.WriteContent(
AttributeName
);
181
formatter.WriteProperty(nameof(
AttributeName
),
AttributeName
);