2 implementations of ForceOutOfProcessExecution
Microsoft.Build (1)
Instance\TaskFactoryEngineContext.cs (1)
184public bool ForceOutOfProcessExecution
Microsoft.Build.UnitTests.Shared (1)
MockEngine.cs (1)
75public bool ForceOutOfProcessExecution { get; set; }
1 reference to ForceOutOfProcessExecution
Microsoft.Build.Framework (1)
Utilities\TaskFactoryUtilities.cs (1)
236return hostContext.ForceOutOfProcessExecution || hostContext.IsMultiThreadedBuild;