4 writes to AttributeName
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (2)
393AttributeName = attributeName, 944AttributeName = attributeName,
Language\DefaultTagHelperResolutionPhase.LegacyTagHelperResolver.cs (2)
238AttributeName = unresolvedAttr.AttributeName, 314AttributeName = attributeName,
11 references to AttributeName
Microsoft.CodeAnalysis.Razor.Compiler (11)
Language\Components\ComponentComplexAttributeContentPass.cs (1)
48ProcessAttribute(node, htmlNode, htmlNode.AttributeName);
Language\Components\ComponentLoweringPass.cs (5)
619childContent.AddDiagnostic(ComponentDiagnosticFactory.Create_ChildContentHasInvalidAttribute(a.Source, a.AttributeName, attribute.Name)); 660node.AttributeName)); 795AttributeName = node.AttributeName, 807attribute.Prefix = node.AttributeName; 816attribute.Prefix = node.AttributeName + "=\"";
Language\Extensions\DefaultTagHelperHtmlAttributeIntermediateNode.cs (1)
25AttributeName = htmlAttributeNode.AttributeName;
Language\Intermediate\ComponentAttributeIntermediateNode.cs (1)
65AttributeName = attributeNode.AttributeName;
Language\Intermediate\TagHelperHtmlAttributeIntermediateNode.cs (3)
20formatter.WriteContent(AttributeName); 22formatter.WriteProperty(nameof(AttributeName), AttributeName);