1 write to Mappings
aspire (1)
Packaging\NuGetConfigMerger.cs (1)
126
Mappings
= mappings,
4 references to Mappings
aspire (4)
Packaging\NuGetConfigMerger.cs (4)
175
var patternToNewSource = context.
Mappings
.ToDictionary(m => m.PackageFilter, m => m.Source, StringComparer.OrdinalIgnoreCase);
335
var newPatternsBySource = context.
Mappings
441
var hasWildcardMapping = context.
Mappings
.Any(m => m.PackageFilter == "*");
673
var patternsBySource = context.
Mappings
.GroupBy(m => m.Source, StringComparer.OrdinalIgnoreCase);