1 write to _compat
NuGet.Frameworks (1)
FrameworkReducer.cs (1)
33_compat = compat ?? throw new ArgumentNullException(nameof(compat));
3 references to _compat
NuGet.Frameworks (3)
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();