1 implementation of ITaskFileService
PresentationBuildTasks (1)
MS\Internal\Tasks\TaskFileService.cs (1)
102internal class TaskFileService : MarshalByRefObject, ITaskFileService
14 references to ITaskFileService
PresentationBuildTasks (14)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (3)
115_taskFileService = new TaskFileService(this) as ITaskFileService; 836internal ITaskFileService TaskFileService 1907private ITaskFileService _taskFileService;
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (3)
89_taskFileService = new TaskFileService(this) as ITaskFileService; 468private ITaskFileService TaskFileService 896private ITaskFileService _taskFileService;
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
146internal ITaskFileService TaskFileService 3514private ITaskFileService _taskFileService = null;
MS\Internal\Tasks\CompilerLocalReference.cs (2)
148internal CompilerLocalReference(string localCacheFile, ITaskFileService taskFileService) 342private ITaskFileService _taskFileService = null;
MS\Internal\Tasks\CompilerState.cs (2)
62internal CompilerState(string stateFilePath, ITaskFileService taskFileService) 426private ITaskFileService _taskFileService = null;
MS\Internal\Tasks\CompilerWrapper.cs (1)
172internal ITaskFileService TaskFileService
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
311private ITaskFileService TaskFileService