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