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)
74
public int AttemptCount =>
_attemptCount
;
110
var testExecution = new TestProcessExecution(fileName, args, env, options, callback, () =>
_attemptCount
);