1 implementation of ITaskFileService
PresentationBuildTasks (1)
MS\Internal\Tasks\TaskFileService.cs (1)
101
internal class TaskFileService : MarshalByRefObject,
ITaskFileService
14 references to ITaskFileService
PresentationBuildTasks (14)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (3)
106
_taskFileService = new TaskFileService(this) as
ITaskFileService
;
827
internal
ITaskFileService
TaskFileService
1890
private
ITaskFileService
_taskFileService;
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (3)
83
_taskFileService = new TaskFileService(this) as
ITaskFileService
;
462
private
ITaskFileService
TaskFileService
890
private
ITaskFileService
_taskFileService;
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
142
internal
ITaskFileService
TaskFileService
3510
private
ITaskFileService
_taskFileService = null;
MS\Internal\Tasks\CompilerLocalReference.cs (2)
144
internal CompilerLocalReference(string localCacheFile,
ITaskFileService
taskFileService)
338
private
ITaskFileService
_taskFileService = null;
MS\Internal\Tasks\CompilerState.cs (2)
59
internal CompilerState(string stateFilePath,
ITaskFileService
taskFileService)
423
private
ITaskFileService
_taskFileService = null;
MS\Internal\Tasks\CompilerWrapper.cs (1)
168
internal
ITaskFileService
TaskFileService
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
307
private
ITaskFileService
TaskFileService