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)
85
var compatible = possibleFrameworks.Where(f =>
_compat
.IsCompatible(framework, f));
280
return ReduceCore(frameworks, (x, y) =>
_compat
.IsCompatible(y, x)).ToArray();
298
return ReduceCore(frameworks, (x, y) =>
_compat
.IsCompatible(x, y)).ToArray();