2 instantiations of DefaultPathInfo
Microsoft.TemplateEngine.Edge (1)
EngineEnvironmentSettings.cs (1)
45Paths = pathInfo ?? new DefaultPathInfo(this, settingsLocation);
Microsoft.TemplateEngine.IDE (1)
Bootstrapper.cs (1)
55IPathInfo pathInfo = new DefaultPathInfo(environment, host, hostSettingsDir: hostSettingsDir, hostVersionSettingsDir: hostVersionSettingsDir);
1 reference to DefaultPathInfo
Microsoft.TemplateEngine.Edge (1)
EngineEnvironmentSettings.cs (1)
27/// <param name="pathInfo">implementation of <see cref="IPathInfo"/> to use. If not specified, <see cref="DefaultPathInfo"/> will be used (if <paramref name="settingsLocation"/> is used, settings location will be overridden as mentioned in <paramref name="settingsLocation"/> description). <br/>