3 writes to VariableName
Microsoft.AspNetCore.Razor.Language.UnitTests (2)
Extensions\PreallocatedAttributeTargetExtensionTest.cs (2)
25VariableName = "MyProp" 52VariableName = "_tagHelper1"
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
80VariableName = preAllocatedAttributeVariableName,
5 references to VariableName
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
213WriteContentNode(n, n.VariableName, n.AttributeName, n.Value, string.Format(CultureInfo.InvariantCulture, "HtmlAttributeValueStyle.{0}", n.AttributeStructure));
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Extensions\PreallocatedAttributeTargetExtension.cs (1)
33.Write(node.VariableName)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
90VariableName = declaration.VariableName,
Language\Extensions\PreallocatedTagHelperHtmlAttributeValueIntermediateNode.cs (2)
84formatter.WriteProperty(nameof(VariableName), VariableName);