1 write to Mappings
aspire (1)
Packaging\NuGetConfigMerger.cs (1)
184
Mappings
= mappings,
4 references to Mappings
aspire (4)
Packaging\NuGetConfigMerger.cs (4)
233
var patternToNewSource = context.
Mappings
.ToDictionary(m => m.PackageFilter, m => m.Source, StringComparer.OrdinalIgnoreCase);
393
var newPatternsBySource = context.
Mappings
499
var hasWildcardMapping = context.
Mappings
.Any(m => m.PackageFilter == "*");
730
var patternsBySource = context.
Mappings
.GroupBy(m => m.Source, StringComparer.OrdinalIgnoreCase);