1 write to _taskLocation
Microsoft.Build (1)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
260
_taskLocation
= taskLocation;
19 references to _taskLocation
Microsoft.Build (19)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (19)
382
_taskLoggingContext.LogError(new BuildEventFileInfo(
_taskLocation
), "TaskParametersError", _taskName, e.Message);
415
_taskLocation
,
665
_taskLoggingContext.LogFatalTaskError(e, new BuildEventFileInfo(
_taskLocation
), ((ProjectTaskInstance)_taskLoggingContext.Task).Name);
868
returnClass = _projectInstance.TaskRegistry.GetRegisteredTask(_taskName, null, taskIdentityParameters, true /* exact match */, _targetLoggingContext,
_taskLocation
);
871
returnClass = _projectInstance.TaskRegistry.GetRegisteredTask(_taskName, null, taskIdentityParameters, false /* fuzzy match */, _targetLoggingContext,
_taskLocation
);
875
returnClass = _projectInstance.TaskRegistry.GetRegisteredTask(_taskName, null, null, true /* exact match */, _targetLoggingContext,
_taskLocation
);
879
returnClass = _projectInstance.TaskRegistry.GetRegisteredTask(_taskName, null, null, false /* fuzzy match */, _targetLoggingContext,
_taskLocation
);
884
new BuildEventFileInfo(
_taskLocation
),
906
new BuildEventFileInfo(
_taskLocation
),
948
task = assemblyTaskFactory.CreateTaskInstance(
_taskLocation
, _taskLoggingContext, _buildComponentHost, taskIdentityParameters,
956
TaskFactoryLoggingHost loggingHost = new TaskFactoryLoggingHost(_buildEngine.IsRunningMultipleNodes,
_taskLocation
, _taskLoggingContext);
974
new BuildEventFileInfo(
_taskLocation
),
985
new BuildEventFileInfo(
_taskLocation
),
995
new BuildEventFileInfo(
_taskLocation
),
1358
new BuildEventFileInfo(
_taskLocation
),
1367
new BuildEventFileInfo(
_taskLocation
),
1641
_targetLoggingContext.LogError(new BuildEventFileInfo(
_taskLocation
), "AttributeTypeLoadError", _taskName, e.Message);
1643
ProjectErrorUtilities.VerifyThrowInvalidProject(false,
_taskLocation
, "TaskDeclarationOrUsageError", _taskName);
1657
_taskLoggingContext.LogWarningFromText(null, warningCode, helpKeyword, new BuildEventFileInfo(
_taskLocation
), message);