6 references to InstantiateAsync
Microsoft.TemplateEngine.Cli (1)
Microsoft.TemplateEngine.Edge (1)
Microsoft.TemplateEngine.IDE (4)
Bootstrapper.cs (4)
153return _templateCreator.InstantiateAsync(
217return _templateCreator.InstantiateAsync(
454ITemplateCreationResult instantiateResult = await _templateCreator.InstantiateAsync(info, name, name, outputPath, parameters, false, baselineName).ConfigureAwait(false);
461ITemplateCreationResult instantiateResult = await _templateCreator.InstantiateAsync(info, name, name, outputPath, parameters, false, baselineName, true).ConfigureAwait(false);