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)
108
foreach (IMountPointFactory factory in
_environmentSettings
.Components.OfType<IMountPointFactory>())
110
if (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
237
foreach (IGenerator generator in
_environmentSettings
.Components.OfType<IGenerator>())
286
using Stream fileStream =
_environmentSettings
.Host.FileSystem.OpenRead(file);