2 implementations of Name
Microsoft.TemplateEngine.Edge (2)
Installers\Folder\FolderInstallerFactory.cs (1)
15string IInstallerFactory.Name => "Folder";
Installers\NuGet\NuGetInstallerFactory.cs (1)
15string IInstallerFactory.Name => "NuGet";
4 references to Name
Microsoft.TemplateEngine.Edge (4)
BuiltInManagedProvider\GlobalSettingsTemplatePackageProvider.cs (1)
39_installersByName[installerFactory.Name] = installer;
Installers\NuGet\NuGetInstaller.cs (3)
191string.Format(LocalizableStrings.NuGetInstaller_InstallResult_Error_PackageNotSupported, package.DisplayName, Factory.Name), 207string.Format(LocalizableStrings.NuGetInstaller_InstallResult_Error_PackageNotSupported, installRequest.DisplayName, Factory.Name), 342string.Format(LocalizableStrings.NuGetInstaller_InstallResult_Error_PackageNotSupported, templatePackage.DisplayName, Factory.Name)));