1 write to _taskLocation
Microsoft.Build (1)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
255
_taskLocation
= taskLocation;
19 references to _taskLocation
Microsoft.Build (19)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (19)
377
_taskLoggingContext.LogError(new BuildEventFileInfo(
_taskLocation
), "TaskParametersError", _taskName, e.Message);
410
_taskLocation
,
660
_taskLoggingContext.LogFatalTaskError(e, new BuildEventFileInfo(
_taskLocation
), ((ProjectTaskInstance)_taskLoggingContext.Task).Name);
863
returnClass = _projectInstance.TaskRegistry.GetRegisteredTask(_taskName, null, taskIdentityParameters, true /* exact match */, _targetLoggingContext,
_taskLocation
);
866
returnClass = _projectInstance.TaskRegistry.GetRegisteredTask(_taskName, null, taskIdentityParameters, false /* fuzzy match */, _targetLoggingContext,
_taskLocation
);
870
returnClass = _projectInstance.TaskRegistry.GetRegisteredTask(_taskName, null, null, true /* exact match */, _targetLoggingContext,
_taskLocation
);
874
returnClass = _projectInstance.TaskRegistry.GetRegisteredTask(_taskName, null, null, false /* fuzzy match */, _targetLoggingContext,
_taskLocation
);
879
new BuildEventFileInfo(
_taskLocation
),
901
new BuildEventFileInfo(
_taskLocation
),
943
task = assemblyTaskFactory.CreateTaskInstance(
_taskLocation
, _taskLoggingContext, _buildComponentHost, taskIdentityParameters,
951
TaskFactoryLoggingHost loggingHost = new TaskFactoryLoggingHost(_buildEngine.IsRunningMultipleNodes,
_taskLocation
, _taskLoggingContext);
969
new BuildEventFileInfo(
_taskLocation
),
980
new BuildEventFileInfo(
_taskLocation
),
990
new BuildEventFileInfo(
_taskLocation
),
1350
new BuildEventFileInfo(
_taskLocation
),
1359
new BuildEventFileInfo(
_taskLocation
),
1608
_targetLoggingContext.LogError(new BuildEventFileInfo(
_taskLocation
), "AttributeTypeLoadError", _taskName, e.Message);
1610
ProjectErrorUtilities.VerifyThrowInvalidProject(false,
_taskLocation
, "TaskDeclarationOrUsageError", _taskName);
1624
_taskLoggingContext.LogWarningFromText(null, warningCode, helpKeyword, new BuildEventFileInfo(
_taskLocation
), message);