3 references to VariableName
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Components\ComponentDesignTimeNodeWriter.cs (1)
613context.CodeWriter.Write(capturedVariable.VariableName);
Language\Components\ComponentRuntimeNodeWriter.cs (2)
535context.CodeWriter.Write(localToClear.VariableName); 593context.CodeWriter.Write(capturedVariable.VariableName);