1 write to VariableName
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
84VariableName = declaration.VariableName,
4 references to 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);