6 writes to AttributeName
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (2)
329
AttributeName
= attributeName,
908
AttributeName
= attributeName,
Language\DefaultTagHelperResolutionPhase.LegacyTagHelperResolver.cs (4)
147
AttributeName
= attributeName,
190
AttributeName
= attributeName,
288
AttributeName
= attributeName,
300
AttributeName
= attributeName,
14 references to AttributeName
Microsoft.CodeAnalysis.Razor.Compiler (14)
Language\Components\ComponentComplexAttributeContentPass.cs (1)
43
ProcessAttribute(node, propertyNode, propertyNode.
AttributeName
);
Language\Components\ComponentEventHandlerLoweringPass.cs (1)
111
componentAttribute.AttributeName == eventHandler.
AttributeName
)
Language\Components\ComponentLoweringPass.cs (7)
263
if (string.Equals(property.
AttributeName
, typeParam.Name, StringComparison.Ordinal))
265
result.Add(property.
AttributeName
);
301
if (!typeParameterNames.Contains(property.
AttributeName
))
303
markupAttributeNames.Add(property.
AttributeName
);
609
childContent.AddDiagnostic(ComponentDiagnosticFactory.Create_ChildContentHasInvalidParameter(property.Source, property.
AttributeName
, attribute.Name));
614
childContent.AddDiagnostic(ComponentDiagnosticFactory.Create_ChildContentHasInvalidAttribute(property.Source, property.
AttributeName
, attribute.Name));
735
_component.AddDiagnostic(ComponentDiagnosticFactory.Create_ChildContentHasInvalidParameterOnComponent(node.Source, node.
AttributeName
, _component.TagName));
Language\Extensions\DefaultTagHelperPropertyIntermediateNode.cs (1)
25
AttributeName = propertyNode.
AttributeName
;
Language\Intermediate\ComponentAttributeIntermediateNode.cs (1)
84
var attributeName = propertyNode.
AttributeName
;
Language\Intermediate\TagHelperPropertyIntermediateNode.cs (3)
32
formatter.WriteContent(
AttributeName
);
34
formatter.WriteProperty(nameof(
AttributeName
),
AttributeName
);