10 writes to _indent
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (10)
Compilation\SymbolVisitorTests.cs (10)
230
_indent
++;
232
_indent
--;
279
_indent
++;
282
_indent
--;
289
_indent
++;
291
_indent
--;
300
_indent
++;
303
_indent
--;
320
_indent
++;
322
_indent
--;
13 references to _indent
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (13)
Compilation\SymbolVisitorTests.cs (13)
209
_output.AppendLine(new string(' ', 2 *
_indent
) + symbol.GetType().Name + " " + symbol.Name);
229
_output.AppendLine(new string(' ', 2 *
_indent
) + symbol.GetType().Name + " " + symbol.Name);
250
_output.Append(new string(' ', 2 *
_indent
) + symbol.GetType().Name + " " + symbol.Name + ": ");
258
_output.Append(new string(' ', 2 *
_indent
) + symbol.GetType().Name + " " + symbol.Name + ": ");
278
_output.AppendLine(new string(' ', 2 *
_indent
) + symbol.GetType().Name + " " + symbol.Name);
288
_output.AppendLine(new string(' ', 2 *
_indent
) + symbol.GetType().Name + " " + symbol.Name);
297
if (
_indent
< 4)
299
_output.AppendLine(new string(' ', 2 *
_indent
) + symbol.GetType().Name + " " + symbol.Name);
319
_output.AppendLine(new string(' ', 2 *
_indent
) + symbol.GetType().Name + " " + symbol.Name);
328
_output.Append(new string(' ', 2 *
_indent
) + symbol.GetType().Name + " " + symbol.Name + ": ");
349
_output.Append(new string(' ', 2 *
_indent
) + symbol.GetType().Name + " " + symbol.Name);
363
if (
_indent
< 5)
365
_output.AppendLine(new string(' ', 2 *
_indent
) + symbol.GetType().Name + " " + symbol.Name);