6 writes to AttributeName
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (2)
329AttributeName = attributeName, 908AttributeName = attributeName,
Language\DefaultTagHelperResolutionPhase.LegacyTagHelperResolver.cs (4)
147AttributeName = attributeName, 190AttributeName = attributeName, 288AttributeName = attributeName, 300AttributeName = attributeName,
16 references to AttributeName
Microsoft.AspNetCore.Razor.Test.Common (2)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
132WriteContentNode(node, node.AttributeName, node.BoundAttribute.DisplayName, string.Format(CultureInfo.InvariantCulture, "HtmlAttributeValueStyle.{0}", node.AttributeStructure));
Language\Intermediate\IntermediateNodeAssert.cs (1)
380Assert.Equal(name, propertyNode.AttributeName);
Microsoft.CodeAnalysis.Razor.Compiler (14)
Language\Components\ComponentComplexAttributeContentPass.cs (1)
43ProcessAttribute(node, propertyNode, propertyNode.AttributeName);
Language\Components\ComponentEventHandlerLoweringPass.cs (1)
111componentAttribute.AttributeName == eventHandler.AttributeName)
Language\Components\ComponentLoweringPass.cs (7)
263if (string.Equals(property.AttributeName, typeParam.Name, StringComparison.Ordinal)) 265result.Add(property.AttributeName); 301if (!typeParameterNames.Contains(property.AttributeName)) 303markupAttributeNames.Add(property.AttributeName); 609childContent.AddDiagnostic(ComponentDiagnosticFactory.Create_ChildContentHasInvalidParameter(property.Source, property.AttributeName, attribute.Name)); 614childContent.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)
25AttributeName = propertyNode.AttributeName;
Language\Intermediate\ComponentAttributeIntermediateNode.cs (1)
78var attributeName = propertyNode.AttributeName;
Language\Intermediate\TagHelperPropertyIntermediateNode.cs (3)
32formatter.WriteContent(AttributeName); 34formatter.WriteProperty(nameof(AttributeName), AttributeName);