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