37 writes to DisableInProcNode
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
798_buildParameters!.DisableInProcNode = true;
Microsoft.Build.Engine.UnitTests (35)
BackEnd\BuildManager_Logging_Tests.cs (1)
129DisableInProcNode = true,
BackEnd\BuildManager_Tests.cs (18)
158newParameters.DisableInProcNode = false; 169newParameters.DisableInProcNode = true; 363DisableInProcNode = true, 415RunOutOfProcBuild(buildParameters => buildParameters.DisableInProcNode = true); 512DisableInProcNode = true, 2199_parameters.DisableInProcNode = true; 2225_parameters.DisableInProcNode = true; 2285_parameters.DisableInProcNode = true; 2325_parameters.DisableInProcNode = true; 2411_parameters.DisableInProcNode = disableInProcNode; 2472_parameters.DisableInProcNode = disableInProcNode; 2530_parameters.DisableInProcNode = disableInProcNode; 3759DisableInProcNode = true, 3825DisableInProcNode = true, 3911DisableInProcNode = true, 3980DisableInProcNode = true, 4081DisableInProcNode = true, 4130DisableInProcNode = false,
BackEnd\Scheduler_Tests.cs (1)
511s.InitializeComponent(new MockHost(new BuildParameters { DisableInProcNode = true }));
BackEnd\TaskRouter_IntegrationTests.cs (7)
68DisableInProcNode = false, 113DisableInProcNode = false, 158DisableInProcNode = false, 203DisableInProcNode = false, 247DisableInProcNode = false, 301DisableInProcNode = false, 359DisableInProcNode = false,
EvaluationProfiler_Tests.cs (1)
273DisableInProcNode = true, // This is actually important since we also want to test the serialization of the events
Graph\IsolateProjects_Tests.cs (1)
152DisableInProcNode = disableInProcNode
ProjectCache\ProjectCacheTests.cs (6)
436DisableInProcNode = false, 445DisableInProcNode = true, 773buildParameters.DisableInProcNode = true; 1417DisableInProcNode = disableInprocNode 1489DisableInProcNode = disableInprocNode 1550DisableInProcNode = disableInprocNode
Microsoft.Build.Tasks.UnitTests (1)
CreateItem_Tests.cs (1)
208DisableInProcNode = true,
6 references to DisableInProcNode
Microsoft.Build (6)
BackEnd\Components\Communications\NodeManager.cs (1)
98if ((nodeAffinity == NodeAffinity.Any || nodeAffinity == NodeAffinity.InProc) && !_componentHost!.BuildParameters.DisableInProcNode)
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
130_disableInprocNode = Traits.Instance.InProcNodeDisabled || host.BuildParameters.DisableInProcNode;
BackEnd\Components\Scheduler\Scheduler.cs (4)
156=> Traits.Instance.InProcNodeDisabled || _componentHost.BuildParameters.DisableInProcNode; 1441_componentHost.BuildParameters.DisableInProcNode || ForceAffinityOutOfProc, 1577if (inProcNodesToCreate < availableNodesWithInProcAffinity && !_componentHost.BuildParameters.DisableInProcNode) 1588if (_componentHost.BuildParameters.DisableInProcNode)