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