4 writes to AttributeName
Microsoft.AspNetCore.Razor.Language.UnitTests (3)
Extensions\DefaultTagHelperTargetExtensionTest.cs (3)
277AttributeName = "name", 322AttributeName = "name", 365AttributeName = "name",
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\DefaultTagHelperHtmlAttributeIntermediateNode.cs (1)
25AttributeName = htmlAttributeNode.AttributeName;
9 references to AttributeName
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
Extensions\DefaultTagHelperOptimizationPassTest.cs (1)
77Assert.Equal("attr", htmlAttribute.AttributeName);
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
228WriteContentNode(n, n.AttributeName, string.Format(CultureInfo.InvariantCulture, "HtmlAttributeValueStyle.{0}", n.AttributeStructure));
Microsoft.CodeAnalysis.Razor.Compiler (7)
Language\Extensions\DefaultTagHelperHtmlAttributeIntermediateNode.cs (3)
77formatter.WriteContent(AttributeName); 79formatter.WriteProperty(nameof(AttributeName), AttributeName);
Language\Extensions\DefaultTagHelperTargetExtension.cs (2)
226.WriteStringLiteral(node.AttributeName) 260.WriteStringLiteral(node.AttributeName)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (2)
64if (string.Equals(existingDeclaration.AttributeName, node.AttributeName, StringComparison.Ordinal) && 81AttributeName = node.AttributeName,