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