2 writes to _indent
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\LightLambda.cs (2)
120_indent = new string(' ', _indent.Length + 2); 125_indent = new string(' ', _indent.Length - 2);
8 references to _indent
System.Linq.Expressions (8)
System\Linq\Expressions\Interpreter\LightLambda.cs (8)
120_indent = new string(' ', _indent.Length + 2); 125_indent = new string(' ', _indent.Length - 2); 154sb.Append(_indent).AppendLine(".try"); 155sb.Append(_indent).AppendLine("{"); 163sb.Append(_indent).AppendLine(handler); 164sb.Append(_indent).AppendLine("{"); 170sb.AppendLine(CultureInfo.InvariantCulture, $"{_indent}IP_{i.ToString().PadLeft(4, '0')}: {instructionView.GetValue()}"); 188sb.Append(_indent).AppendLine("}");