1 write to _mappings
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\FrameworkReducer.cs (1)
32_mappings = mappings ?? throw new ArgumentNullException(nameof(mappings));
6 references to _mappings
Microsoft.VisualStudio.TestPlatform.ObjectModel (6)
Nuget.Frameworks\FrameworkReducer.cs (6)
218.OrderBy(f => f, new FrameworkPrecedenceSorter(_mappings, false)) 237.OrderBy(f => f, new FrameworkPrecedenceSorter(_mappings, true)) 253if (_mappings.TryGetEquivalentFrameworks(framework, out IEnumerable<NuGetFramework>? eqFrameworks)) 442if (!_mappings.TryGetPortableFrameworks(pcl.Profile, includeOptional, out IEnumerable<NuGetFramework>? frameworks)) 553if (StringComparer.OrdinalIgnoreCase.Compare(considering.GetShortFolderName(_mappings), current.GetShortFolderName(_mappings)) < 0)