2 writes to _isBatching
dotnet (2)
Commands\Test\MTP\Terminal\SimpleTerminalBase.cs (2)
223
_isBatching
= true;
235
_isBatching
= false;
1 reference to _isBatching
dotnet (1)
Commands\Test\MTP\Terminal\SimpleTerminalBase.cs (1)
169
if (
_isBatching
)