1 implementation of GetTemplatesFromMountPointAsync
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
RunnableProjectGenerator.cs (1)
30
async Task<IReadOnlyList<IScanTemplateInfo>> IGenerator.
GetTemplatesFromMountPointAsync
(IMountPoint source, CancellationToken cancellationToken)
2 references to GetTemplatesFromMountPointAsync
Microsoft.TemplateEngine.Abstractions (1)
IScanTemplateInfo.cs (1)
7
/// The information about the template obtained as the result of scanning <see cref="IGenerator.
GetTemplatesFromMountPointAsync
(Mount.IMountPoint, System.Threading.CancellationToken)"/>.
Microsoft.TemplateEngine.Edge (1)
Settings\Scanner.cs (1)
239
IReadOnlyList<IScanTemplateInfo> templateList = await generator.
GetTemplatesFromMountPointAsync
(source.MountPoint, cancellationToken).ConfigureAwait(false);