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