2 writes to _isBatching
dotnet (2)
Commands\Test\MTP\Terminal\SimpleTerminalBase.cs (2)
206
_isBatching
= true;
218
_isBatching
= false;
1 reference to _isBatching
dotnet (1)
Commands\Test\MTP\Terminal\SimpleTerminalBase.cs (1)
152
if (
_isBatching
)