1 write to InstallerId
Microsoft.TemplateEngine.Abstractions (1)
Installer\TemplatePackageData.cs (1)
16InstallerId = installerId;
8 references to InstallerId
Microsoft.TemplateEngine.Edge (8)
_generated\0\GlobalSettingsJsonSerializerContext.TemplatePackageData.g.cs (2)
78Getter = static obj => ((global::Microsoft.TemplateEngine.Abstractions.Installer.TemplatePackageData)obj).InstallerId, 153writer.WriteString(PropName_InstallerId, ((global::Microsoft.TemplateEngine.Abstractions.Installer.TemplatePackageData)value).InstallerId);
BuiltInManagedProvider\GlobalSettings.cs (1)
89package!.ToGuid(nameof(TemplatePackageData.InstallerId)),
BuiltInManagedProvider\GlobalSettingsTemplatePackageProvider.cs (1)
59if (_installersByGuid.TryGetValue(entry.InstallerId, out var installer))
Installers\Folder\FolderInstaller.cs (2)
32if (data.InstallerId != Factory.Id) 34throw new ArgumentException($"{nameof(FolderInstaller)} can only deserialize packages with {nameof(data.InstallerId)} {Factory.Id}", nameof(data));
Installers\NuGet\NuGetInstaller.cs (2)
100if (data.InstallerId != Factory.Id) 102throw new ArgumentException($"{nameof(NuGetInstaller)} can only deserialize packages with {nameof(data.InstallerId)} {Factory.Id}", nameof(data));