2 writes to AttributeName
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
Extensions\PreallocatedAttributeTargetExtensionTest.cs (1)
108AttributeName = "Foo",
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
130AttributeName = node.AttributeName,
7 references to AttributeName
Microsoft.AspNetCore.Razor.Test.Common (2)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
219WriteContentNode(n, n.VariableName, n.AttributeName, n.Value, string.Format(CultureInfo.InvariantCulture, "HtmlAttributeValueStyle.{0}", n.AttributeStructure));
Language\Intermediate\IntermediateNodeAssert.cs (1)
300Assert.Equal(attributeName, propertyValueNode.AttributeName);
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Extensions\PreallocatedAttributeTargetExtension.cs (1)
78.WriteStringLiteral(node.AttributeName)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
113if (string.Equals(existingDeclaration.AttributeName, node.AttributeName, StringComparison.Ordinal) &&
Language\Extensions\PreallocatedTagHelperPropertyValueIntermediateNode.cs (3)
58formatter.WriteContent(AttributeName); 60formatter.WriteProperty(nameof(AttributeName), AttributeName);