1 write to _templateCreator
Microsoft.TemplateEngine.IDE (1)
5 references to _templateCreator
Microsoft.TemplateEngine.IDE (5)
Bootstrapper.cs (5)
153return _templateCreator.InstantiateAsync(
187return _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);