1 write to _taskLogger
PresentationBuildTasks (1)
BuildTasks\MS\Internal\Tasks\CompilerWrapper.cs (1)
194_taskLogger = value;
4 references to _taskLogger
PresentationBuildTasks (4)
BuildTasks\MS\Internal\Tasks\CompilerWrapper.cs (4)
295strErrorCode = _taskLogger.ExtractMessageCode(message, out errorText); 303strErrorCode = _taskLogger.ExtractMessageCode(message, out errorText); 312_taskLogger.LogError(null, strErrorCode, null, e.FileName, e.LineNumber, e.LinePosition, 0, 0, errorText); 358_taskLogger.LogMessageFromResources(MessageImportance.Low, SRID.FileResolved, sourceFileInfo.OriginalFilePath, newRelativeFilePath, newSourceDir);