1 instantiation of Scanner
Microsoft.TemplateEngine.Edge (1)
Settings\TemplatePackageManager.cs (1)
36_installScanner = new Scanner(environmentSettings);
7 references to Scanner
Microsoft.TemplateEngine.Edge (7)
Settings\Scanner.cs (5)
30_logger = environmentSettings.Host.LoggerFactory.CreateLogger<Scanner>(); 37/// The mount point will not be disposed by the <see cref="Scanner"/>. Use <see cref="ScanResult.Dispose"/> to dispose mount point. 49/// The mount point will not be disposed by the <see cref="Scanner"/>. Use <see cref="ScanResult.Dispose"/> to dispose mount point. 72/// The mount point will not be disposed by the <see cref="Scanner"/>. Use <see cref="ScanResult.Dispose"/> to dispose mount point. 89/// The mount point will not be disposed by the <see cref="Scanner"/>. Use <see cref="ScanResult.Dispose"/> to dispose mount point.
Settings\ScanResult.cs (1)
10/// Returned by <see cref="Scanner.Scan"/>.
Settings\TemplatePackageManager.cs (1)
22private readonly Scanner _installScanner;