2 writes to VariableName
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
Extensions\PreallocatedAttributeTargetExtensionTest.cs (1)
82VariableName = "_tagHelper1"
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
90VariableName = declaration.VariableName,
5 references to VariableName
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
210WriteContentNode(n, n.VariableName);
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Extensions\PreallocatedAttributeTargetExtension.cs (1)
65.Write(node.VariableName)
Language\Extensions\PreallocatedTagHelperHtmlAttributeIntermediateNode.cs (3)
52formatter.WriteContent(VariableName); 54formatter.WriteProperty(nameof(VariableName), VariableName);