1 write to _targetLoggingContext
Microsoft.Build (1)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
258
_targetLoggingContext
= loggingContext;
9 references to _targetLoggingContext
Microsoft.Build (9)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (9)
488
_targetLoggingContext
.LogError(
504
_targetLoggingContext
.LogFatalTaskError(
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);
883
_targetLoggingContext
.LogError(
905
_targetLoggingContext
.LogError(
1641
_targetLoggingContext
.LogError(new BuildEventFileInfo(_taskLocation), "AttributeTypeLoadError", _taskName, e.Message);