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)
457
get { return
_taskFileService
; }
484
_taskFileService
);
642
compilerWrapper.TaskFileService =
_taskFileService
;