Compilation\SymbolVisitorTests.cs (23)
192public override string ToString() => _output.ToString();
209_output.AppendLine(new string(' ', 2 * _indent) + symbol.GetType().Name + " " + symbol.Name);
215_output.Append(symbol.GetType().Name + " of ");
222_output.Append(symbol.GetType().Name + " of ");
229_output.AppendLine(new string(' ', 2 * _indent) + symbol.GetType().Name + " " + symbol.Name);
244_output.Append("<dynamic>");
250_output.Append(new string(' ', 2 * _indent) + symbol.GetType().Name + " " + symbol.Name + ": ");
252_output.AppendLine();
258_output.Append(new string(' ', 2 * _indent) + symbol.GetType().Name + " " + symbol.Name + ": ");
260_output.AppendLine();
278_output.AppendLine(new string(' ', 2 * _indent) + symbol.GetType().Name + " " + symbol.Name);
288_output.AppendLine(new string(' ', 2 * _indent) + symbol.GetType().Name + " " + symbol.Name);
299_output.AppendLine(new string(' ', 2 * _indent) + symbol.GetType().Name + " " + symbol.Name);
307_output.Append(symbol.GetType().Name + " " + symbol.Name);
310_output.Append(" of ");
319_output.AppendLine(new string(' ', 2 * _indent) + symbol.GetType().Name + " " + symbol.Name);
328_output.Append(new string(' ', 2 * _indent) + symbol.GetType().Name + " " + symbol.Name + ": ");
330_output.AppendLine();
336_output.Append(symbol.GetType().Name + " of ");
349_output.Append(new string(' ', 2 * _indent) + symbol.GetType().Name + " " + symbol.Name);
351_output.AppendLine();
365_output.AppendLine(new string(' ', 2 * _indent) + symbol.GetType().Name + " " + symbol.Name);
369_output.Append(symbol.GetType().Name + " " + symbol.Name);