1 write to NuGetSource
Microsoft.TemplateEngine.Edge (1)
Installers\NuGet\NuGetInstaller.cs (1)
247
NuGetSource
= nuGetPackageInfo.NuGetSource,
4 references to NuGetSource
Microsoft.TemplateEngine.Edge (4)
Installers\NuGet\NuGetInstaller.cs (3)
123
nugetPackage.
NuGetSource
,
381
if (updateRequest.TemplatePackage is NuGetManagedTemplatePackage nuGetManagedSource && !string.IsNullOrWhiteSpace(nuGetManagedSource.
NuGetSource
))
383
installationDetails.Add(InstallerConstants.NuGetSourcesKey, nuGetManagedSource.
NuGetSource
!);
Installers\NuGet\NuGetManagedTemplatePackage.cs (1)
175
details.TryAdd(NuGetSourceKey,
NuGetSource
?? string.Empty, (entry) => !string.IsNullOrEmpty(entry));