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