1 implementation of ITaskFileService
PresentationBuildTasks (1)
MS\Internal\Tasks\TaskFileService.cs (1)
100
internal class TaskFileService : MarshalByRefObject,
ITaskFileService
14 references to ITaskFileService
PresentationBuildTasks (14)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (3)
101
_taskFileService = new TaskFileService(this) as
ITaskFileService
;
820
internal
ITaskFileService
TaskFileService
1887
private
ITaskFileService
_taskFileService;
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (3)
78
_taskFileService = new TaskFileService(this) as
ITaskFileService
;
455
private
ITaskFileService
TaskFileService
885
private
ITaskFileService
_taskFileService;
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
139
internal
ITaskFileService
TaskFileService
3560
private
ITaskFileService
_taskFileService = null;
MS\Internal\Tasks\CompilerLocalReference.cs (2)
143
internal CompilerLocalReference(string localCacheFile,
ITaskFileService
taskFileService)
337
private
ITaskFileService
_taskFileService = null;
MS\Internal\Tasks\CompilerState.cs (2)
58
internal CompilerState(string stateFilePath,
ITaskFileService
taskFileService)
422
private
ITaskFileService
_taskFileService = null;
MS\Internal\Tasks\CompilerWrapper.cs (1)
167
internal
ITaskFileService
TaskFileService
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
306
private
ITaskFileService
TaskFileService