1 write to _targetLoggingContext
Microsoft.Build (1)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
253
_targetLoggingContext
= loggingContext;
9 references to _targetLoggingContext
Microsoft.Build (9)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (9)
483
_targetLoggingContext
.LogError(
499
_targetLoggingContext
.LogFatalTaskError(
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);
878
_targetLoggingContext
.LogError(
900
_targetLoggingContext
.LogError(
1608
_targetLoggingContext
.LogError(new BuildEventFileInfo(_taskLocation), "AttributeTypeLoadError", _taskName, e.Message);