1 write to _attemptCount
Aspire.Cli.Tests (1)
TestServices\TestDotNetCliExecutionFactory.cs (1)
56
_attemptCount
++;
2 references to _attemptCount
Aspire.Cli.Tests (2)
TestServices\TestDotNetCliExecutionFactory.cs (2)
52
public int AttemptCount =>
_attemptCount
;
69
return new TestDotNetCliExecution(args, env, options, callback, () =>
_attemptCount
);