2 writes to TaskFileService
PresentationBuildTasks (2)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1258compilerWrapper.TaskFileService = TaskFileService;
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (1)
670compilerWrapper.TaskFileService = _taskFileService;
2 references to TaskFileService
PresentationBuildTasks (2)
BuildTasks\MS\Internal\Tasks\CompilerWrapper.cs (2)
243&& (TaskFileService.IsRealBuild)) 377sourceFileInfo.Stream = TaskFileService.GetContent(sourceFileInfo.OriginalFilePath);