1 write to UrlToExistingKey
aspire (1)
Packaging\NuGetConfigMerger.cs (1)
206
UrlToExistingKey
= urlToExistingKey
6 references to UrlToExistingKey
aspire (6)
Packaging\NuGetConfigMerger.cs (6)
257
var patternsToAdd = RemapExistingPatterns(packageSourceMapping, patternToNewSource, context.
UrlToExistingKey
, sourcesInUse);
258
AddRemappedPatterns(packageSourceMapping, patternsToAdd, context.
UrlToExistingKey
, sourcesInUse);
260
FixUrlBasedPackageSourceKeys(packageSourceMapping, context.
UrlToExistingKey
, sourcesInUse);
262
RemoveEmptyPackageSourceElements(packageSourceMapping, context.PackageSources, context.
UrlToExistingKey
, sourcesInUse);
463
var keyToUse = context.
UrlToExistingKey
.TryGetValue(targetSource, out var existingKey) ? existingKey : targetSource;
737
var keyToUse = context.
UrlToExistingKey
.TryGetValue(sourceUrl, out var existingKey) ? existingKey : sourceUrl;