1 implementation of ITaskFileService
PresentationBuildTasks (1)
BuildTasks\MS\Internal\Tasks\TaskFileService.cs (1)
106internal 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; 835internal ITaskFileService TaskFileService 1916private ITaskFileService _taskFileService;
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (3)
94_taskFileService = new TaskFileService(this) as ITaskFileService; 470private ITaskFileService TaskFileService 927private ITaskFileService _taskFileService;
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (2)
150internal ITaskFileService TaskFileService 3439private ITaskFileService _taskFileService = null;
BuildTasks\MS\Internal\Tasks\CompilerLocalReference.cs (2)
153internal CompilerLocalReference(string localCacheFile, ITaskFileService taskFileService) 347private ITaskFileService _taskFileService = null;
BuildTasks\MS\Internal\Tasks\CompilerState.cs (2)
67internal CompilerState(string stateFilePath, ITaskFileService taskFileService) 388private ITaskFileService _taskFileService = null;
BuildTasks\MS\Internal\Tasks\CompilerWrapper.cs (1)
169internal ITaskFileService TaskFileService
BuildTasks\MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
315private ITaskFileService TaskFileService