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