3 writes to _currentIndent
Microsoft.CodeAnalysis.Test.Utilities (3)
Compilation\OperationTreeVerifier.cs (3)
42_currentIndent = new string(' ', initialIndent); 210_currentIndent += indent; 215_currentIndent = _currentIndent.Substring(indent.Length);
3 references to _currentIndent
Microsoft.CodeAnalysis.Test.Utilities (3)
Compilation\ControlFlowGraphVerifier.cs (1)
1827GetFlowGraph(_builder, _compilation, g, _region, $"#A{id}{_idSuffix}", _currentIndent.Length + 4, _associatedSymbol);
Compilation\OperationTreeVerifier.cs (2)
195str = _currentIndent + str; 215_currentIndent = _currentIndent.Substring(indent.Length);