1 write to AttributeName
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
124
AttributeName
= node.AttributeName,
5 references to AttributeName
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Extensions\PreallocatedAttributeTargetExtension.cs (1)
78
.WriteStringLiteral(node.
AttributeName
)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
107
if (string.Equals(existingDeclaration.
AttributeName
, node.AttributeName, StringComparison.Ordinal) &&
Language\Extensions\PreallocatedTagHelperPropertyValueIntermediateNode.cs (3)
58
formatter.WriteContent(
AttributeName
);
60
formatter.WriteProperty(nameof(
AttributeName
),
AttributeName
);