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);
566
ProjectErrorUtilities.ThrowInvalidProject(
_taskLocation
, "ReflectiveTaskExecutionNotSupported", _taskName);
592
_taskLoggingContext.LogError(new BuildEventFileInfo(
_taskLocation
), "TaskParametersError", _taskName, e.Message);
625
_taskLocation
,
879
_taskLoggingContext.LogFatalTaskError(e, new BuildEventFileInfo(
_taskLocation
), ((ProjectTaskInstance)_taskLoggingContext.Task).Name);
1200
returnClass = _projectInstance.TaskRegistry.GetRegisteredTask(_taskName, null, taskIdentityParameters, true /* exact match */, _targetLoggingContext,
_taskLocation
, _buildComponentHost?.BuildParameters?.MultiThreaded ?? false);
1203
returnClass = _projectInstance.TaskRegistry.GetRegisteredTask(_taskName, null, taskIdentityParameters, false /* fuzzy match */, _targetLoggingContext,
_taskLocation
, _buildComponentHost?.BuildParameters?.MultiThreaded ?? false);
1207
returnClass = _projectInstance.TaskRegistry.GetRegisteredTask(_taskName, null, TaskHostParameters.Empty, true /* exact match */, _targetLoggingContext,
_taskLocation
, _buildComponentHost?.BuildParameters?.MultiThreaded ?? false);
1211
returnClass = _projectInstance.TaskRegistry.GetRegisteredTask(_taskName, null, TaskHostParameters.Empty, false /* fuzzy match */, _targetLoggingContext,
_taskLocation
, _buildComponentHost?.BuildParameters?.MultiThreaded ?? false);
1216
new BuildEventFileInfo(
_taskLocation
),
1226
new BuildEventFileInfo(
_taskLocation
),
1268
_taskLocation
,
1284
TaskFactoryEngineContext taskFactoryEngineContext = new TaskFactoryEngineContext(_buildEngine.IsRunningMultipleNodes,
_taskLocation
, _taskLoggingContext, _buildComponentHost?.BuildParameters?.MultiThreaded ?? false, Traits.Instance.ForceTaskFactoryOutOfProc);
1300
new BuildEventFileInfo(
_taskLocation
),
1341
new BuildEventFileInfo(
_taskLocation
),
1352
new BuildEventFileInfo(
_taskLocation
),
1362
new BuildEventFileInfo(
_taskLocation
),
1759
new BuildEventFileInfo(
_taskLocation
),
1768
new BuildEventFileInfo(
_taskLocation
),
2039
_targetLoggingContext.LogError(new BuildEventFileInfo(
_taskLocation
), "AttributeTypeLoadError", _taskName, e.Message);
2041
ProjectErrorUtilities.VerifyThrowInvalidProject(false,
_taskLocation
, "TaskDeclarationOrUsageError", _taskName);
2055
_taskLoggingContext.LogWarningFromText(null, warningCode, helpKeyword, new BuildEventFileInfo(
_taskLocation
), message);
2129
_taskLocation
,