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