2 references to ReduceCore
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
Nuget.Frameworks\FrameworkReducer.cs (2)
280
return
ReduceCore
(frameworks, (x, y) => _compat.IsCompatible(y, x)).ToArray();
298
return
ReduceCore
(frameworks, (x, y) => _compat.IsCompatible(x, y)).ToArray();