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