2 references to BuildProjectFilesInParallelAsync
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\TaskHost.cs (2)
339return BuildProjectFilesInParallelAsync(projectFileNames, targetNames, globalProperties, undefineProperties, toolsVersion, returnTargetOutputs).Result; 1006result = await BuildProjectFilesInParallelAsync(projectFileNames, targetNames, globalProperties, undefineProperties, toolsVersion, true /* ask that target outputs are returned in the buildengineresult */, skipNonexistentTargets);