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