1 write to MountPoint
Microsoft.TemplateEngine.Edge (1)
Settings\Scanner.cs (1)
317MountPoint = mountPoint;
5 references to MountPoint
Microsoft.TemplateEngine.Edge (5)
Settings\Scanner.cs (5)
141if (!source.MountPoint.Root.EnumerateFiles("*.dll", SearchOption.AllDirectories).Any()) 149if (!TryCopyForNonFileSystemBasedMountPoints(source.MountPoint, source.Location, _paths.Content, true, out actualScanPath) || actualScanPath == null) 239IReadOnlyList<IScanTemplateInfo> templateList = await generator.GetTemplatesFromMountPointAsync(source.MountPoint, cancellationToken).ConfigureAwait(false); 243_logger.LogDebug("Scanning mount point '{0}' by generator '{1}': found {2} templates", source.MountPoint.MountPointUri, generator.Id, templateList.Count); 254return new ScanResult(source.MountPoint, templates, localizationLocators, []);