2 references to TestTfmsInParallel
dotnet (2)
Commands\Test\MTP\SolutionAndProjectUtility.cs (2)
260if (!bool.TryParse(projectInstance.GetPropertyValue(ProjectProperties.TestTfmsInParallel), out bool testTfmsInParallel) && 363if (bool.TryParse(projectInstance.GetPropertyValue(ProjectProperties.TestTfmsInParallel), out bool parsed) ||