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