1 write to Mappings
aspire (1)
Packaging\NuGetConfigMerger.cs (1)
203
Mappings
= mappings,
4 references to Mappings
aspire (4)
Packaging\NuGetConfigMerger.cs (4)
252
var patternToNewSource = context.
Mappings
.ToDictionary(m => m.PackageFilter, m => m.Source, StringComparer.OrdinalIgnoreCase);
454
var newPatternsBySource = context.
Mappings
561
var hasWildcardMapping = context.
Mappings
.Any(m => m.PackageFilter == "*");
731
var patternsBySource = context.
Mappings
.GroupBy(m => m.Source, StringComparer.OrdinalIgnoreCase);