1 write to _mappings
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\CompatibilityProvider.cs (1)
20
_mappings
= mappings ?? throw new ArgumentNullException(nameof(mappings));
3 references to _mappings
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
Nuget.Frameworks\CompatibilityProvider.cs (3)
125
if (!
_mappings
.TryGetPortableFrameworks(target.Profile, includeOptional: false, out targetFrameworks))
138
if (!
_mappings
.TryGetPortableFrameworks(candidate.Profile, includeOptional: true, out candidateFrameworks))
243
if (
_mappings
.TryGetEquivalentFrameworks(frameworkToExpand, out IEnumerable<NuGetFramework>? compatibleFrameworks))