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)
383var frameworkAssemblies = nuspec.GetFrameworkAssemblyGroups().GetNearest(framework); 394var frameworkRef = nuspec.GetFrameworkRefGroups().GetNearest(framework); 413var referenceSet = groups.GetNearest(framework); 462.GetNearest(currentFramework);