39 writes to DisableInProcNode
Microsoft.Build.Engine.UnitTests (38)
BackEnd\BuildManager_Logging_Tests.cs (1)
128DisableInProcNode = true,
BackEnd\BuildManager_Tests.cs (20)
157newParameters.DisableInProcNode = false; 168newParameters.DisableInProcNode = true; 362DisableInProcNode = true, 414RunOutOfProcBuild(buildParameters => buildParameters.DisableInProcNode = true); 511DisableInProcNode = 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; 3758DisableInProcNode = true, 3824DisableInProcNode = true, 3910DisableInProcNode = true, 3979DisableInProcNode = true, 4080DisableInProcNode = true, 4129DisableInProcNode = false, 4596DisableInProcNode = false, 4683DisableInProcNode = false,
BackEnd\Scheduler_Tests.cs (1)
511s.InitializeComponent(new MockHost(new BuildParameters { DisableInProcNode = true }));
BackEnd\TaskHost_MultiThreadableTask_Tests.cs (1)
82DisableInProcNode = false,
BackEnd\TaskRouter_IntegrationTests.cs (7)
67DisableInProcNode = false, 112DisableInProcNode = false, 157DisableInProcNode = false, 202DisableInProcNode = false, 246DisableInProcNode = false, 300DisableInProcNode = false, 358DisableInProcNode = false,
EvaluationProfiler_Tests.cs (1)
272DisableInProcNode = true, // This is actually important since we also want to test the serialization of the events
Graph\IsolateProjects_Tests.cs (1)
151DisableInProcNode = disableInProcNode
ProjectCache\ProjectCacheTests.cs (6)
435DisableInProcNode = false, 444DisableInProcNode = true, 772buildParameters.DisableInProcNode = true; 1416DisableInProcNode = disableInprocNode 1488DisableInProcNode = disableInprocNode 1549DisableInProcNode = disableInprocNode
Microsoft.Build.Tasks.UnitTests (1)
CreateItem_Tests.cs (1)
207DisableInProcNode = 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)
155=> Traits.Instance.InProcNodeDisabled || _componentHost.BuildParameters.DisableInProcNode; 1440_componentHost.BuildParameters.DisableInProcNode || ForceAffinityOutOfProc, 1576if (inProcNodesToCreate < availableNodesWithInProcAffinity && !_componentHost.BuildParameters.DisableInProcNode) 1587if (_componentHost.BuildParameters.DisableInProcNode)