1 write to UrlToExistingKey
aspire (1)
Packaging\NuGetConfigMerger.cs (1)
187
UrlToExistingKey
= urlToExistingKey
7 references to UrlToExistingKey
aspire (7)
Packaging\NuGetConfigMerger.cs (7)
238
var patternsToAdd = RemapExistingPatterns(packageSourceMapping, patternToNewSource, context.
UrlToExistingKey
, sourcesInUse);
239
AddRemappedPatterns(packageSourceMapping, patternsToAdd, context.
UrlToExistingKey
, sourcesInUse);
241
FixUrlBasedPackageSourceKeys(packageSourceMapping, context.
UrlToExistingKey
, sourcesInUse);
243
RemoveEmptyPackageSourceElements(packageSourceMapping, context.PackageSources, context.
UrlToExistingKey
, sourcesInUse);
402
var keyToUse = context.
UrlToExistingKey
.TryGetValue(targetSource, out var existingKey) ? existingKey : targetSource;
536
if (context.
UrlToExistingKey
.TryGetValue(originalSourceKey, out var properKey))
736
var keyToUse = context.
UrlToExistingKey
.TryGetValue(sourceUrl, out var existingKey) ? existingKey : sourceUrl;