1 write to _taskLogger
PresentationBuildTasks (1)
MS\Internal\Tasks\CompilerWrapper.cs (1)
197_taskLogger = value;
4 references to _taskLogger
PresentationBuildTasks (4)
MS\Internal\Tasks\CompilerWrapper.cs (4)
303strErrorCode = _taskLogger.ExtractMessageCode(message, out errorText); 311strErrorCode = _taskLogger.ExtractMessageCode(message, out errorText); 320_taskLogger.LogError(null, strErrorCode, null, e.FileName, e.LineNumber, e.LinePosition, 0, 0, errorText); 366_taskLogger.LogMessageFromResources(MessageImportance.Low, nameof(SR.FileResolved), sourceFileInfo.OriginalFilePath, newRelativeFilePath, newSourceDir);