1 write to _taskLocation
Microsoft.Build (1)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
260
_taskLocation
= taskLocation;
21 references to _taskLocation
Microsoft.Build (21)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (21)
407
_taskLoggingContext.LogError(new BuildEventFileInfo(
_taskLocation
), "TaskParametersError", _taskName, e.Message);
440
_taskLocation
,
690
_taskLoggingContext.LogFatalTaskError(e, new BuildEventFileInfo(
_taskLocation
), ((ProjectTaskInstance)_taskLoggingContext.Task).Name);
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);
909
new BuildEventFileInfo(
_taskLocation
),
931
new BuildEventFileInfo(
_taskLocation
),
973
task = assemblyTaskFactory.CreateTaskInstance(
_taskLocation
, _taskLoggingContext, _buildComponentHost, taskIdentityParameters,
983
TaskFactoryEngineContext taskFactoryEngineContext = new TaskFactoryEngineContext(_buildEngine.IsRunningMultipleNodes,
_taskLocation
, _taskLoggingContext, _buildComponentHost?.BuildParameters?.MultiThreaded ?? false, Traits.Instance.ForceTaskFactoryOutOfProc);
999
new BuildEventFileInfo(
_taskLocation
),
1031
new BuildEventFileInfo(
_taskLocation
),
1042
new BuildEventFileInfo(
_taskLocation
),
1052
new BuildEventFileInfo(
_taskLocation
),
1416
new BuildEventFileInfo(
_taskLocation
),
1425
new BuildEventFileInfo(
_taskLocation
),
1710
_targetLoggingContext.LogError(new BuildEventFileInfo(
_taskLocation
), "AttributeTypeLoadError", _taskName, e.Message);
1712
ProjectErrorUtilities.VerifyThrowInvalidProject(false,
_taskLocation
, "TaskDeclarationOrUsageError", _taskName);
1726
_taskLoggingContext.LogWarningFromText(null, warningCode, helpKeyword, new BuildEventFileInfo(
_taskLocation
), message);
1800
_taskLocation
,