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