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