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