1 implementation of ITaskFileService
PresentationBuildTasks (1)
BuildTasks\MS\Internal\Tasks\TaskFileService.cs (1)
106
internal class TaskFileService : MarshalByRefObject,
ITaskFileService
14 references to ITaskFileService
PresentationBuildTasks (14)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (3)
124
_taskFileService = new TaskFileService(this) as
ITaskFileService
;
835
internal
ITaskFileService
TaskFileService
1916
private
ITaskFileService
_taskFileService;
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (3)
94
_taskFileService = new TaskFileService(this) as
ITaskFileService
;
470
private
ITaskFileService
TaskFileService
927
private
ITaskFileService
_taskFileService;
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (2)
150
internal
ITaskFileService
TaskFileService
3439
private
ITaskFileService
_taskFileService = null;
BuildTasks\MS\Internal\Tasks\CompilerLocalReference.cs (2)
153
internal CompilerLocalReference(string localCacheFile,
ITaskFileService
taskFileService)
347
private
ITaskFileService
_taskFileService = null;
BuildTasks\MS\Internal\Tasks\CompilerState.cs (2)
67
internal CompilerState(string stateFilePath,
ITaskFileService
taskFileService)
388
private
ITaskFileService
_taskFileService = null;
BuildTasks\MS\Internal\Tasks\CompilerWrapper.cs (1)
169
internal
ITaskFileService
TaskFileService
BuildTasks\MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
315
private
ITaskFileService
TaskFileService