1 implementation of GetCreationEffectsAsync
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
RunnableProjectGenerator.cs (1)
113async Task<ICreationEffects> IGenerator.GetCreationEffectsAsync(
2 references to GetCreationEffectsAsync
Microsoft.TemplateEngine.Edge (1)
Template\TemplateCreator.cs (1)
167ICreationEffects creationEffects = await template.Generator.GetCreationEffectsAsync(
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
RunnableProjectGenerator.cs (1)
218return ((IGenerator)this).GetCreationEffectsAsync(environmentSettings, template, parameters.ToParameterSetData(), targetDirectory, cancellationToken);