5 writes to AttributeName
Microsoft.AspNetCore.Razor.Language.UnitTests (4)
Extensions\PreallocatedAttributeTargetExtensionTest.cs (4)
151AttributeName = attribute.Name, 200AttributeName = "pre-Foo", 254AttributeName = "pre-Bar", 264AttributeName = "pre-Foo",
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperPropertyIntermediateNode.cs (1)
25AttributeName = propertyNode.AttributeName;
7 references to AttributeName
Microsoft.AspNetCore.Razor.Test.Common (2)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
216WriteContentNode(n, n.VariableName, n.AttributeName, n.PropertyName);
Language\Intermediate\IntermediateNodeAssert.cs (1)
360Assert.Equal(attributeName, setPreallocatedTagHelperProperty.AttributeName);
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Extensions\PreallocatedAttributeTargetExtension.cs (2)
114.WriteStringLiteral(node.AttributeName) 162var dictionaryKey = node.AttributeName.Substring(node.BoundAttribute.IndexerNamePrefix.Length);
Language\Extensions\PreallocatedTagHelperPropertyIntermediateNode.cs (3)
86formatter.WriteContent(AttributeName); 88formatter.WriteProperty(nameof(AttributeName), AttributeName);