1 write to _taskFileService
PresentationBuildTasks (1)
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (1)
83_taskFileService = new TaskFileService(this) as ITaskFileService;
3 references to _taskFileService
PresentationBuildTasks (3)
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (3)
464get { return _taskFileService; } 491_taskFileService); 649compilerWrapper.TaskFileService = _taskFileService;