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