1 write to _targetLoggingContext
Microsoft.Build (1)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
257
_targetLoggingContext
= loggingContext;
9 references to _targetLoggingContext
Microsoft.Build (9)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (9)
487
_targetLoggingContext
.LogError(
503
_targetLoggingContext
.LogFatalTaskError(
867
returnClass = _projectInstance.TaskRegistry.GetRegisteredTask(_taskName, null, taskIdentityParameters, true /* exact match */,
_targetLoggingContext
, _taskLocation);
870
returnClass = _projectInstance.TaskRegistry.GetRegisteredTask(_taskName, null, taskIdentityParameters, false /* fuzzy match */,
_targetLoggingContext
, _taskLocation);
874
returnClass = _projectInstance.TaskRegistry.GetRegisteredTask(_taskName, null, null, true /* exact match */,
_targetLoggingContext
, _taskLocation);
878
returnClass = _projectInstance.TaskRegistry.GetRegisteredTask(_taskName, null, null, false /* fuzzy match */,
_targetLoggingContext
, _taskLocation);
882
_targetLoggingContext
.LogError(
904
_targetLoggingContext
.LogError(
1623
_targetLoggingContext
.LogError(new BuildEventFileInfo(_taskLocation), "AttributeTypeLoadError", _taskName, e.Message);