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