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, _isDiscovery);
961
asm.TestNodeResultsState ??= new(Interlocked.Increment(ref
_counter
));
963
Interlocked.Increment(ref
_counter
), testNodeUid, displayName, CreateStopwatch());