3 references to getCurrentState
dotnet-MsiInstallation.Tests (3)
Framework\VMControl.cs (3)
216
if (
getCurrentState
() == targetState)
221
Log.WriteLine($"Changing EnabledState from {
getCurrentState
()} to {targetState}");
233
for (int i = 0; i < 10 &&
getCurrentState
() != targetState; i++)