1 write to InstallerName
Microsoft.TemplateEngine.Abstractions (1)
Installer\InstallRequest.cs (1)
19InstallerName = installerName;
5 references to InstallerName
Microsoft.TemplateEngine.Edge (5)
BuiltInManagedProvider\GlobalSettingsTemplatePackageProvider.cs (5)
348if (x.InstallerName != null 349&& y.InstallerName != null 350&& x.InstallerName.Equals(y.InstallerName, StringComparison.OrdinalIgnoreCase)) 363return new { a = obj.InstallerName?.ToLowerInvariant(), b = obj.PackageIdentifier.ToLowerInvariant() }.GetHashCode();