10 writes to _indent
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (10)
Compilation\SymbolVisitorTests.cs (10)
59
_indent
++;
61
_indent
--;
101
_indent
++;
104
_indent
--;
110
_indent
++;
112
_indent
--;
120
_indent
++;
123
_indent
--;
139
_indent
++;
141
_indent
--;
13 references to _indent
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (13)
Compilation\SymbolVisitorTests.cs (13)
41
_output.AppendLine(new string(' ', 2 *
_indent
) + symbol.GetType().Name + " " + symbol.Name);
58
_output.AppendLine(new string(' ', 2 *
_indent
) + symbol.GetType().Name + " " + symbol.Name);
76
_output.Append(new string(' ', 2 *
_indent
) + symbol.GetType().Name + " " + symbol.Name + ": ");
83
_output.Append(new string(' ', 2 *
_indent
) + symbol.GetType().Name + " " + symbol.Name + ": ");
100
_output.AppendLine(new string(' ', 2 *
_indent
) + symbol.GetType().Name + " " + symbol.Name);
109
_output.AppendLine(new string(' ', 2 *
_indent
) + symbol.GetType().Name + " " + symbol.Name);
117
if (
_indent
< 4)
119
_output.AppendLine(new string(' ', 2 *
_indent
) + symbol.GetType().Name + " " + symbol.Name);
138
_output.AppendLine(new string(' ', 2 *
_indent
) + symbol.GetType().Name + " " + symbol.Name);
146
_output.Append(new string(' ', 2 *
_indent
) + symbol.GetType().Name + " " + symbol.Name + ": ");
164
_output.Append(new string(' ', 2 *
_indent
) + symbol.GetType().Name + " " + symbol.Name);
176
if (
_indent
< 5)
178
_output.AppendLine(new string(' ', 2 *
_indent
) + symbol.GetType().Name + " " + symbol.Name);