1 write to _taskLocation
Microsoft.Build (1)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
297
_taskLocation
= taskLocation;
24 references to _taskLocation
Microsoft.Build (24)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (24)
345
ProjectErrorUtilities.ThrowInvalidProject(
_taskLocation
, "ReflectiveTaskExecutionNotSupported", _taskName);
503
ProjectErrorUtilities.ThrowInvalidProject(
_taskLocation
, "ReflectiveTaskExecutionNotSupported", _taskName);
568
ProjectErrorUtilities.ThrowInvalidProject(
_taskLocation
, "ReflectiveTaskExecutionNotSupported", _taskName);
594
_taskLoggingContext.LogError(new BuildEventFileInfo(
_taskLocation
), "TaskParametersError", _taskName, e.Message);
627
_taskLocation
,
881
_taskLoggingContext.LogFatalTaskError(e, new BuildEventFileInfo(
_taskLocation
), ((ProjectTaskInstance)_taskLoggingContext.Task).Name);
1209
returnClass = _projectInstance.TaskRegistry.GetRegisteredTask(_taskName, null, taskIdentityParameters, true /* exact match */, _targetLoggingContext,
_taskLocation
, _buildComponentHost?.BuildParameters?.MultiThreaded ?? false);
1212
returnClass = _projectInstance.TaskRegistry.GetRegisteredTask(_taskName, null, taskIdentityParameters, false /* fuzzy match */, _targetLoggingContext,
_taskLocation
, _buildComponentHost?.BuildParameters?.MultiThreaded ?? false);
1216
returnClass = _projectInstance.TaskRegistry.GetRegisteredTask(_taskName, null, TaskHostParameters.Empty, true /* exact match */, _targetLoggingContext,
_taskLocation
, _buildComponentHost?.BuildParameters?.MultiThreaded ?? false);
1220
returnClass = _projectInstance.TaskRegistry.GetRegisteredTask(_taskName, null, TaskHostParameters.Empty, false /* fuzzy match */, _targetLoggingContext,
_taskLocation
, _buildComponentHost?.BuildParameters?.MultiThreaded ?? false);
1225
new BuildEventFileInfo(
_taskLocation
),
1235
new BuildEventFileInfo(
_taskLocation
),
1277
_taskLocation
,
1293
TaskFactoryEngineContext taskFactoryEngineContext = new TaskFactoryEngineContext(_buildEngine.IsRunningMultipleNodes,
_taskLocation
, _taskLoggingContext, _buildComponentHost?.BuildParameters?.MultiThreaded ?? false, Traits.Instance.ForceTaskFactoryOutOfProc);
1309
new BuildEventFileInfo(
_taskLocation
),
1350
new BuildEventFileInfo(
_taskLocation
),
1361
new BuildEventFileInfo(
_taskLocation
),
1371
new BuildEventFileInfo(
_taskLocation
),
1780
new BuildEventFileInfo(
_taskLocation
),
1789
new BuildEventFileInfo(
_taskLocation
),
2074
_targetLoggingContext.LogError(new BuildEventFileInfo(
_taskLocation
), "AttributeTypeLoadError", _taskName, e.Message);
2076
ProjectErrorUtilities.VerifyThrowInvalidProject(false,
_taskLocation
, "TaskDeclarationOrUsageError", _taskName);
2090
_taskLoggingContext.LogWarningFromText(null, warningCode, helpKeyword, new BuildEventFileInfo(
_taskLocation
), message);
2164
_taskLocation
,