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; 363DisableInProcNode = true, 415RunOutOfProcBuild(buildParameters => buildParameters.DisableInProcNode = true); 512DisableInProcNode = true, 2198_parameters.DisableInProcNode = true; 2224_parameters.DisableInProcNode = true; 2284_parameters.DisableInProcNode = true; 2324_parameters.DisableInProcNode = true; 2410_parameters.DisableInProcNode = disableInProcNode; 2471_parameters.DisableInProcNode = disableInProcNode; 2529_parameters.DisableInProcNode = disableInProcNode; 3715DisableInProcNode = true, 3781DisableInProcNode = true, 3867DisableInProcNode = true, 3936DisableInProcNode = true, 4037DisableInProcNode = true, 4086DisableInProcNode = 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; 1399DisableInProcNode = disableInprocNode 1471DisableInProcNode = disableInprocNode 1532DisableInProcNode = 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)