3 references to NuGetSourceKey
Microsoft.TemplateEngine.Edge (3)
Installers\NuGet\NuGetManagedTemplatePackage.cs (3)
146
get => Details.TryGetValue(
NuGetSourceKey
, out string nugetSource) ? nugetSource : null;
147
set => UpdateOrRemoveValue(Details,
NuGetSourceKey
, value, (entry) => !string.IsNullOrEmpty(entry));
175
details.TryAdd(
NuGetSourceKey
, NuGetSource ?? string.Empty, (entry) => !string.IsNullOrEmpty(entry));