5 instantiations of SettingsFilePaths
Microsoft.TemplateEngine.Edge (5)
Mount\FileSystem\FileSystemDirectory.cs (1)
20
_paths = new
SettingsFilePaths
(mountPoint.EnvironmentSettings);
Mount\FileSystem\FileSystemMountPoint.cs (1)
22
_paths = new
SettingsFilePaths
(environmentSettings);
Settings\ComponentManager.cs (1)
30
_paths = new
SettingsFilePaths
(engineEnvironmentSettings);
Settings\Scanner.cs (1)
29
_paths = new
SettingsFilePaths
(environmentSettings);
Settings\TemplatePackageManager.cs (1)
35
_paths = new
SettingsFilePaths
(environmentSettings);
6 references to SettingsFilePaths
Microsoft.TemplateEngine.Edge (6)
Mount\FileSystem\FileSystemDirectory.cs (1)
13
private readonly
SettingsFilePaths
_paths;
Mount\FileSystem\FileSystemMountPoint.cs (1)
15
private readonly
SettingsFilePaths
_paths;
Settings\ComponentManager.cs (1)
21
private readonly
SettingsFilePaths
_paths;
Settings\Scanner.cs (1)
23
private readonly
SettingsFilePaths
_paths;
Settings\SettingsStore.cs (1)
85
internal static SettingsStore Load(IEngineEnvironmentSettings engineEnvironmentSettings,
SettingsFilePaths
paths)
Settings\TemplatePackageManager.cs (1)
20
private readonly
SettingsFilePaths
_paths;