29 writes to DisableInProcNode
Microsoft.Build.Engine.UnitTests (28)
BackEnd\BuildManager_Logging_Tests.cs (1)
131DisableInProcNode = true,
BackEnd\BuildManager_Tests.cs (18)
157newParameters.DisableInProcNode = false; 168newParameters.DisableInProcNode = true; 362DisableInProcNode = true, 414RunOutOfProcBuild(buildParameters => buildParameters.DisableInProcNode = true); 511DisableInProcNode = true, 2197_parameters.DisableInProcNode = true; 2223_parameters.DisableInProcNode = true; 2283_parameters.DisableInProcNode = true; 2323_parameters.DisableInProcNode = true; 2409_parameters.DisableInProcNode = disableInProcNode; 2470_parameters.DisableInProcNode = disableInProcNode; 2528_parameters.DisableInProcNode = disableInProcNode; 3714DisableInProcNode = true, 3780DisableInProcNode = true, 3866DisableInProcNode = true, 3935DisableInProcNode = true, 4036DisableInProcNode = true, 4085DisableInProcNode = false,
BackEnd\Scheduler_Tests.cs (1)
506s.InitializeComponent(new MockHost(new BuildParameters { DisableInProcNode = true }));
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)
419DisableInProcNode = false, 428DisableInProcNode = true, 756buildParameters.DisableInProcNode = true; 1400DisableInProcNode = disableInprocNode 1472DisableInProcNode = disableInprocNode 1533DisableInProcNode = 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)
129_disableInprocNode = Traits.Instance.InProcNodeDisabled || host.BuildParameters.DisableInProcNode;
BackEnd\Components\Scheduler\Scheduler.cs (4)
146=> Traits.Instance.InProcNodeDisabled || _componentHost.BuildParameters.DisableInProcNode; 1384_componentHost.BuildParameters.DisableInProcNode || ForceAffinityOutOfProc, 1515if (inProcNodesToCreate < availableNodesWithInProcAffinity && !_componentHost.BuildParameters.DisableInProcNode) 1526if (_componentHost.BuildParameters.DisableInProcNode)