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)
216Monitor.Enter(_batchingLock, ref lockTaken); 233Monitor.Exit(_batchingLock!);