2 writes to TaskFileService
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1244compilerWrapper.TaskFileService = TaskFileService;
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (1)
655compilerWrapper.TaskFileService = _taskFileService;
2 references to TaskFileService
PresentationBuildTasks (2)
MS\Internal\Tasks\CompilerWrapper.cs (2)
251&& (TaskFileService.IsRealBuild)) 385sourceFileInfo.Stream = TaskFileService.GetContent(sourceFileInfo.OriginalFilePath);