1 write to _attemptCount
Aspire.Cli.Tests (1)
TestServices\TestProcessExecutionFactory.cs (1)
78_attemptCount++;
2 references to _attemptCount
Aspire.Cli.Tests (2)
TestServices\TestProcessExecutionFactory.cs (2)
74public int AttemptCount => _attemptCount; 110var testExecution = new TestProcessExecution(fileName, args, env, options, callback, () => _attemptCount);