29 writes to DisableInProcNode
Microsoft.Build.Engine.UnitTests (28)
BackEnd\BuildManager_Logging_Tests.cs (1)
148DisableInProcNode = true,
BackEnd\BuildManager_Tests.cs (18)
158newParameters.DisableInProcNode = false; 169newParameters.DisableInProcNode = true; 364DisableInProcNode = true, 416RunOutOfProcBuild(buildParameters => buildParameters.DisableInProcNode = true); 513DisableInProcNode = true, 2133_parameters.DisableInProcNode = true; 2159_parameters.DisableInProcNode = true; 2219_parameters.DisableInProcNode = true; 2259_parameters.DisableInProcNode = true; 2345_parameters.DisableInProcNode = disableInProcNode; 2406_parameters.DisableInProcNode = disableInProcNode; 2464_parameters.DisableInProcNode = disableInProcNode; 3648DisableInProcNode = true, 3714DisableInProcNode = true, 3800DisableInProcNode = true, 3869DisableInProcNode = true, 3970DisableInProcNode = true, 4019DisableInProcNode = false,
BackEnd\Scheduler_Tests.cs (1)
507s.InitializeComponent(new MockHost(new BuildParameters { DisableInProcNode = true }));
EvaluationProfiler_Tests.cs (1)
274DisableInProcNode = true, // This is actually important since we also want to test the serialization of the events
Graph\IsolateProjects_Tests.cs (1)
153DisableInProcNode = disableInProcNode
ProjectCache\ProjectCacheTests.cs (6)
418DisableInProcNode = false, 427DisableInProcNode = true, 755buildParameters.DisableInProcNode = true; 1398DisableInProcNode = disableInprocNode 1470DisableInProcNode = disableInprocNode 1531DisableInProcNode = disableInprocNode
Microsoft.Build.Tasks.UnitTests (1)
CreateItem_Tests.cs (1)
212DisableInProcNode = 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)
128_disableInprocNode = Traits.Instance.InProcNodeDisabled || host.BuildParameters.DisableInProcNode;
BackEnd\Components\Scheduler\Scheduler.cs (4)
147=> Traits.Instance.InProcNodeDisabled || _componentHost.BuildParameters.DisableInProcNode; 1388_componentHost.BuildParameters.DisableInProcNode || ForceAffinityOutOfProc, 1519if (inProcNodesToCreate < availableNodesWithInProcAffinity && !_componentHost.BuildParameters.DisableInProcNode) 1530if (_componentHost.BuildParameters.DisableInProcNode)