1 write to AttributeName
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
75
AttributeName
= node.AttributeName,
5 references to AttributeName
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Extensions\PreallocatedAttributeTargetExtension.cs (1)
36
.WriteStringLiteral(node.
AttributeName
);
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
58
if (string.Equals(existingDeclaration.
AttributeName
, node.AttributeName, StringComparison.Ordinal) &&
Language\Extensions\PreallocatedTagHelperHtmlAttributeValueIntermediateNode.cs (3)
79
formatter.WriteContent(
AttributeName
);
81
formatter.WriteProperty(nameof(
AttributeName
),
AttributeName
);