6 references to InstantiateAsync
Microsoft.TemplateEngine.Cli (1)
TemplateInvoker.cs (1)
165instantiateResult = await _templateCreator.InstantiateAsync(
Microsoft.TemplateEngine.Edge (1)
Template\ITemplateCreationResult.cs (1)
9/// Represents result of template instantiation / dry run via <see cref="TemplateCreator.InstantiateAsync(ITemplateInfo, string?, string?, string?, System.Collections.Generic.IReadOnlyDictionary{string, string?}, bool, string?, bool, System.Threading.CancellationToken)"></see>. />.
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);