3 writes to ActionCalledTime
dotnet.Tests (3)
ConfigurerTests\GivenADotnetFirstTimeUseConfigurerWIthStateSetup.cs (3)
157
ActionCalledTime
= Never;
164
ActionCalledTime
= FirstRun;
172
ActionCalledTime
= SecondRun;
3 references to ActionCalledTime
dotnet.Tests (3)
ConfigurerTests\GivenADotnetFirstTimeUseConfigurerWIthStateSetup.cs (3)
170
if (
ActionCalledTime
!= FirstRun && _tellTheActionIsRun())
178
ActionCalledTime
182
$"but find {
ActionCalledTime
.ToString("g")}");