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);