3 implementations of BuildProjectFilesInParallel
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
287
public bool
BuildProjectFilesInParallel
(string[] projectFileNames, string[] targetNames, System.Collections.IDictionary[] globalProperties, System.Collections.IDictionary[] targetOutputsPerProject, string[] toolsVersion, bool useResultsCache, bool unloadProjectsOnCompletion)
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\Node\RarNodeBuildEngine.cs (1)
204
public bool
BuildProjectFilesInParallel
(
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
502
public bool
BuildProjectFilesInParallel
(string[] projectFileNames, string[] targetNames, IDictionary[] globalProperties, IDictionary[] targetOutputsPerProject, string[] toolsVersion, bool useResultsCache, bool unloadProjectsOnCompletion)