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)
1827
GetFlowGraph(_builder, _compilation, g, _region, $"#A{id}{_idSuffix}",
_currentIndent
.Length + 4, _associatedSymbol);
Compilation\OperationTreeVerifier.cs (2)
195
str =
_currentIndent
+ str;
215
_currentIndent =
_currentIndent
.Substring(indent.Length);