2 implementations of GetFileChanges
Microsoft.TemplateEngine.Core (1)
Util\Orchestrator.cs (1)
65public IReadOnlyList<IFileChange2> GetFileChanges(IGlobalRunSpec spec, IDirectory sourceDir, string targetDir)
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
RunnableProjectOrchestrator.cs (1)
24public IReadOnlyList<IFileChange2> GetFileChanges(IGlobalRunSpec spec, IDirectory sourceDir, string targetDir)
1 reference to GetFileChanges
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
RunnableProjectOrchestrator.cs (1)
26return _basicOrchestrator.GetFileChanges(spec, sourceDir, targetDir);