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