9 implementations of BuildProjectFilesInParallel
Microsoft.Arcade.Test.Common (1)
MockEngine.cs (1)
93public bool BuildProjectFilesInParallel(string[] projectFileNames, string[] targetNames, IDictionary[] globalProperties, IDictionary[] targetOutputsPerProject, string[] toolsVersion, bool useResultsCache, bool unloadProjectsOnCompletion)
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
285public bool BuildProjectFilesInParallel(string[] projectFileNames, string[] targetNames, System.Collections.IDictionary[] globalProperties, System.Collections.IDictionary[] targetOutputsPerProject, string[] toolsVersion, bool useResultsCache, bool unloadProjectsOnCompletion)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskExecutionHost_Tests.cs (1)
1163public bool BuildProjectFilesInParallel(string[] projectFileNames, string[] targetNames, IDictionary[] globalProperties, IDictionary[] targetOutputsPerProject, string[] toolsVersion, bool useResultsCache, bool unloadProjectsOnCompletion)
Microsoft.Build.UnitTests.Shared (1)
MockEngine.cs (1)
254public bool BuildProjectFilesInParallel(
Microsoft.Build.Utilities.UnitTests (2)
MockEngine.cs (1)
100public bool BuildProjectFilesInParallel(
TrackedDependencies\MockEngine.cs (1)
103public bool BuildProjectFilesInParallel(
Microsoft.Extensions.ApiDescription.Client.Tests (1)
MockBuildEngine.cs (1)
49public bool BuildProjectFilesInParallel(
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
383public bool BuildProjectFilesInParallel(string[] projectFileNames, string[] targetNames, IDictionary[] globalProperties, IDictionary[] targetOutputsPerProject, string[] toolsVersion, bool useResultsCache, bool unloadProjectsOnCompletion)
MSBuildTaskHost (1)
OutOfProcTaskHostNode.cs (1)
383public bool BuildProjectFilesInParallel(string[] projectFileNames, string[] targetNames, IDictionary[] globalProperties, IDictionary[] targetOutputsPerProject, string[] toolsVersion, bool useResultsCache, bool unloadProjectsOnCompletion)