23 references to _output
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (23)
Compilation\SymbolVisitorTests.cs (23)
24public override string ToString() => _output.ToString(); 41_output.AppendLine(new string(' ', 2 * _indent) + symbol.GetType().Name + " " + symbol.Name); 46_output.Append(symbol.GetType().Name + " of "); 52_output.Append(symbol.GetType().Name + " of "); 58_output.AppendLine(new string(' ', 2 * _indent) + symbol.GetType().Name + " " + symbol.Name); 71_output.Append("<dynamic>"); 76_output.Append(new string(' ', 2 * _indent) + symbol.GetType().Name + " " + symbol.Name + ": "); 78_output.AppendLine(); 83_output.Append(new string(' ', 2 * _indent) + symbol.GetType().Name + " " + symbol.Name + ": "); 85_output.AppendLine(); 100_output.AppendLine(new string(' ', 2 * _indent) + symbol.GetType().Name + " " + symbol.Name); 109_output.AppendLine(new string(' ', 2 * _indent) + symbol.GetType().Name + " " + symbol.Name); 119_output.AppendLine(new string(' ', 2 * _indent) + symbol.GetType().Name + " " + symbol.Name); 127_output.Append(symbol.GetType().Name + " " + symbol.Name); 130_output.Append(" of "); 138_output.AppendLine(new string(' ', 2 * _indent) + symbol.GetType().Name + " " + symbol.Name); 146_output.Append(new string(' ', 2 * _indent) + symbol.GetType().Name + " " + symbol.Name + ": "); 148_output.AppendLine(); 153_output.Append(symbol.GetType().Name + " of "); 164_output.Append(new string(' ', 2 * _indent) + symbol.GetType().Name + " " + symbol.Name); 166_output.AppendLine(); 178_output.AppendLine(new string(' ', 2 * _indent) + symbol.GetType().Name + " " + symbol.Name); 182_output.Append(symbol.GetType().Name + " " + symbol.Name);