2 writes to TaskFileService
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1229compilerWrapper.TaskFileService = TaskFileService;
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (1)
643compilerWrapper.TaskFileService = _taskFileService;
2 references to TaskFileService
PresentationBuildTasks (2)
MS\Internal\Tasks\CompilerWrapper.cs (2)
249&& (TaskFileService.IsRealBuild)) 381sourceFileInfo.Stream = TaskFileService.GetContent(sourceFileInfo.OriginalFilePath);