1 implementation of FileChanges
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
CreationEffects.cs (1)
29
public IReadOnlyList<IFileChange2>
FileChanges
{ get; }
2 references to FileChanges
Microsoft.TemplateEngine.Cli (2)
PostActionProcessors\PostActionProcessorBase.cs (2)
38
if (creationEffects.
FileChanges
!= null)
40
foreach (IFileChange2 change in creationEffects.
FileChanges
)