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)
59
AttributeName
= attributeNode.AttributeName;
80
AttributeName
= attributeName;
98
AttributeName
= node.AttributeName;
118
AttributeName
= node.AttributeNameWithoutParameter;
14 references to AttributeName
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
157
WriteContentNode(node, node.
AttributeName
, node.PropertyName, string.Format(CultureInfo.InvariantCulture, "AttributeStructure.{0}", node.AttributeStructure));
Microsoft.CodeAnalysis.Razor.Compiler (13)
Language\Components\ComponentChildContentDiagnosticPass.cs (2)
38
if (attribute.
AttributeName
== childContent.AttributeName)
42
attribute.
AttributeName
));
Language\Components\ComponentDesignTimeNodeWriter.cs (1)
669
var originalAttributeName = node.OriginalAttributeName ?? node.
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)
403
context.CodeWriter.WriteStringLiteral(attribute.
AttributeName
);
Language\Intermediate\ComponentAttributeIntermediateNode.cs (3)
173
formatter.WriteContent(
AttributeName
);
175
formatter.WriteProperty(nameof(
AttributeName
),
AttributeName
);