2 writes to _batchingLock
dotnet (2)
Commands\Test\MTP\Terminal\SimpleTerminalBase.cs (2)
178
_batchingLock
= System.Console.Out;
234
_batchingLock
= null;
2 references to _batchingLock
dotnet (2)
Commands\Test\MTP\Terminal\SimpleTerminalBase.cs (2)
216
Monitor.Enter(
_batchingLock
, ref lockTaken);
233
Monitor.Exit(
_batchingLock
!);