2 implementations of Name
Microsoft.TemplateEngine.Edge (2)
Installers\Folder\FolderInstallerFactory.cs (1)
15
string IInstallerFactory.
Name
=> "Folder";
Installers\NuGet\NuGetInstallerFactory.cs (1)
15
string 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)
191
string.Format(LocalizableStrings.NuGetInstaller_InstallResult_Error_PackageNotSupported, package.DisplayName, Factory.
Name
),
207
string.Format(LocalizableStrings.NuGetInstaller_InstallResult_Error_PackageNotSupported, installRequest.DisplayName, Factory.
Name
),
342
string.Format(LocalizableStrings.NuGetInstaller_InstallResult_Error_PackageNotSupported, templatePackage.DisplayName, Factory.
Name
)));