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