1 write to _environmentSettings
Microsoft.TemplateEngine.Edge (1)
Settings\Scanner.cs (1)
28_environmentSettings = environmentSettings;
7 references to _environmentSettings
Microsoft.TemplateEngine.Edge (7)
Settings\Scanner.cs (7)
108foreach (IMountPointFactory factory in _environmentSettings.Components.OfType<IMountPointFactory>()) 110if (factory.TryMount(_environmentSettings, null, sourceLocation, out IMountPoint? mountPoint)) 174_environmentSettings.Components.RegisterMany(typeList); 192_environmentSettings.Host.FileSystem.DirectoryDelete(actualScanPath, true); 213_environmentSettings.Host.FileSystem.CreateDirectory(targetBasePath); // creates Packages/ or Content/ if needed 237foreach (IGenerator generator in _environmentSettings.Components.OfType<IGenerator>()) 286using Stream fileStream = _environmentSettings.Host.FileSystem.OpenRead(file);