1 write to _taskLocation
Microsoft.Build (1)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
284
_taskLocation
= taskLocation;
21 references to _taskLocation
Microsoft.Build (21)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (21)
438
_taskLoggingContext.LogError(new BuildEventFileInfo(
_taskLocation
), "TaskParametersError", _taskName, e.Message);
471
_taskLocation
,
722
_taskLoggingContext.LogFatalTaskError(e, new BuildEventFileInfo(
_taskLocation
), ((ProjectTaskInstance)_taskLoggingContext.Task).Name);
925
returnClass = _projectInstance.TaskRegistry.GetRegisteredTask(_taskName, null, taskIdentityParameters, true /* exact match */, _targetLoggingContext,
_taskLocation
, _buildComponentHost?.BuildParameters?.MultiThreaded ?? false);
928
returnClass = _projectInstance.TaskRegistry.GetRegisteredTask(_taskName, null, taskIdentityParameters, false /* fuzzy match */, _targetLoggingContext,
_taskLocation
, _buildComponentHost?.BuildParameters?.MultiThreaded ?? false);
932
returnClass = _projectInstance.TaskRegistry.GetRegisteredTask(_taskName, null, TaskHostParameters.Empty, true /* exact match */, _targetLoggingContext,
_taskLocation
, _buildComponentHost?.BuildParameters?.MultiThreaded ?? false);
936
returnClass = _projectInstance.TaskRegistry.GetRegisteredTask(_taskName, null, TaskHostParameters.Empty, false /* fuzzy match */, _targetLoggingContext,
_taskLocation
, _buildComponentHost?.BuildParameters?.MultiThreaded ?? false);
941
new BuildEventFileInfo(
_taskLocation
),
951
new BuildEventFileInfo(
_taskLocation
),
994
_taskLocation
,
1010
TaskFactoryEngineContext taskFactoryEngineContext = new TaskFactoryEngineContext(_buildEngine.IsRunningMultipleNodes,
_taskLocation
, _taskLoggingContext, _buildComponentHost?.BuildParameters?.MultiThreaded ?? false, Traits.Instance.ForceTaskFactoryOutOfProc);
1026
new BuildEventFileInfo(
_taskLocation
),
1067
new BuildEventFileInfo(
_taskLocation
),
1078
new BuildEventFileInfo(
_taskLocation
),
1088
new BuildEventFileInfo(
_taskLocation
),
1452
new BuildEventFileInfo(
_taskLocation
),
1461
new BuildEventFileInfo(
_taskLocation
),
1746
_targetLoggingContext.LogError(new BuildEventFileInfo(
_taskLocation
), "AttributeTypeLoadError", _taskName, e.Message);
1748
ProjectErrorUtilities.VerifyThrowInvalidProject(false,
_taskLocation
, "TaskDeclarationOrUsageError", _taskName);
1762
_taskLoggingContext.LogWarningFromText(null, warningCode, helpKeyword, new BuildEventFileInfo(
_taskLocation
), message);
1837
_taskLocation
,