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)
464
get { return
_taskFileService
; }
491
_taskFileService
);
649
compilerWrapper.TaskFileService =
_taskFileService
;