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)
125if (!_mappings.TryGetPortableFrameworks(target.Profile, includeOptional: false, out targetFrameworks)) 138if (!_mappings.TryGetPortableFrameworks(candidate.Profile, includeOptional: true, out candidateFrameworks)) 243if (_mappings.TryGetEquivalentFrameworks(frameworkToExpand, out IEnumerable<NuGetFramework>? compatibleFrameworks))