3 writes to _counter
dotnet (3)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (3)
142var assemblyRun = new TestProgressState(Interlocked.Increment(ref _counter), assembly, targetFramework, architecture, sw); 993asm.TestNodeResultsState ??= new(Interlocked.Increment(ref _counter)); 995Interlocked.Increment(ref _counter), testNodeUid, displayName, CreateStopwatch());