1 write to _compat
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\FrameworkReducer.cs (1)
33_compat = compat ?? throw new ArgumentNullException(nameof(compat));
3 references to _compat
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
Nuget.Frameworks\FrameworkReducer.cs (3)
85var compatible = possibleFrameworks.Where(f => _compat.IsCompatible(framework, f)); 280return ReduceCore(frameworks, (x, y) => _compat.IsCompatible(y, x)).ToArray(); 298return ReduceCore(frameworks, (x, y) => _compat.IsCompatible(x, y)).ToArray();