Implemented interface member:
property
FileChanges
Microsoft.TemplateEngine.Abstractions.ICreationEffects2.FileChanges
1 write to FileChanges
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
CreationEffects.cs (1)
25FileChanges = fileChanges ?? throw new System.ArgumentNullException(nameof(fileChanges));
1 reference to FileChanges
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
CreationEffects.cs (1)
31IReadOnlyList<IFileChange> ICreationEffects.FileChanges => FileChanges;