1 write to _taskFileService
PresentationBuildTasks (1)
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (1)
78_taskFileService = new TaskFileService(this) as ITaskFileService;
3 references to _taskFileService
PresentationBuildTasks (3)
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (3)
457get { return _taskFileService; } 484_taskFileService); 642compilerWrapper.TaskFileService = _taskFileService;