4 references to _currentOutput
dotnet-watch.Tests (4)
TestUtilities\TestConsole.cs (4)
74
_currentOutput
.Append(value);
79
_currentOutput
.Append(value);
85
return
_currentOutput
.ToString();
90
_currentOutput
.Clear();