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