1 write to UrlToExistingKey
aspire (1)
Packaging\NuGetConfigMerger.cs (1)
129
UrlToExistingKey
= urlToExistingKey
7 references to UrlToExistingKey
aspire (7)
Packaging\NuGetConfigMerger.cs (7)
180
var patternsToAdd = RemapExistingPatterns(packageSourceMapping, patternToNewSource, context.
UrlToExistingKey
, sourcesInUse);
181
AddRemappedPatterns(packageSourceMapping, patternsToAdd, context.
UrlToExistingKey
, sourcesInUse);
183
FixUrlBasedPackageSourceKeys(packageSourceMapping, context.
UrlToExistingKey
, sourcesInUse);
185
RemoveEmptyPackageSourceElements(packageSourceMapping, context.PackageSources, context.
UrlToExistingKey
, sourcesInUse);
344
var keyToUse = context.
UrlToExistingKey
.TryGetValue(targetSource, out var existingKey) ? existingKey : targetSource;
478
if (context.
UrlToExistingKey
.TryGetValue(originalSourceKey, out var properKey))
679
var keyToUse = context.
UrlToExistingKey
.TryGetValue(sourceUrl, out var existingKey) ? existingKey : sourceUrl;