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