1 write to _buildComponentHost
Microsoft.Build (1)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
167
_buildComponentHost
= host;
8 references to _buildComponentHost
Microsoft.Build (8)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (8)
430
incrementalTask.FailIfNotIncremental =
_buildComponentHost
.BuildParameters.Question;
893
returnClass = _projectInstance.TaskRegistry.GetRegisteredTask(_taskName, null, taskIdentityParameters, true /* exact match */, _targetLoggingContext, _taskLocation,
_buildComponentHost
?.BuildParameters?.MultiThreaded ?? false);
896
returnClass = _projectInstance.TaskRegistry.GetRegisteredTask(_taskName, null, taskIdentityParameters, false /* fuzzy match */, _targetLoggingContext, _taskLocation,
_buildComponentHost
?.BuildParameters?.MultiThreaded ?? false);
900
returnClass = _projectInstance.TaskRegistry.GetRegisteredTask(_taskName, null, null, true /* exact match */, _targetLoggingContext, _taskLocation,
_buildComponentHost
?.BuildParameters?.MultiThreaded ?? false);
904
returnClass = _projectInstance.TaskRegistry.GetRegisteredTask(_taskName, null, null, false /* fuzzy match */, _targetLoggingContext, _taskLocation,
_buildComponentHost
?.BuildParameters?.MultiThreaded ?? false);
973
task = assemblyTaskFactory.CreateTaskInstance(_taskLocation, _taskLoggingContext,
_buildComponentHost
, taskIdentityParameters,
983
TaskFactoryEngineContext taskFactoryEngineContext = new TaskFactoryEngineContext(_buildEngine.IsRunningMultipleNodes, _taskLocation, _taskLoggingContext,
_buildComponentHost
?.BuildParameters?.MultiThreaded ?? false, Traits.Instance.ForceTaskFactoryOutOfProc);
1802
_buildComponentHost
,