6 references to GetNearest
Microsoft.DotNet.Build.Tasks.Packaging (2)
CreateTrimDependencyGroups.cs (2)
89var nearestDependencyGroup = dependencyGroups.GetNearest(supportedInboxFramework); 109var nearestGroup = newDependencyGroups.Concat(dependencyGroups).GetNearest(group.TargetFramework);
NuGet.Commands (4)
RestoreCommand\Utility\LockFileUtils.cs (4)
413var frameworkAssemblies = nuspec.GetFrameworkAssemblyGroups().GetNearest(framework); 424var frameworkRef = nuspec.GetFrameworkRefGroups().GetNearest(framework); 443var referenceSet = groups.GetNearest(framework); 492.GetNearest(currentFramework);