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