2 references to Max
Microsoft.CodeAnalysis.CSharp (2)
Utilities\ValueSetFactory.NumericValueSet.cs (2)
186Add(builder, Max(leftInterval.first, rightInterval.first, _tc), Min(leftInterval.last, rightInterval.last, _tc), _tc); 265Add(builder, Min(leftInterval.first, rightInterval.first, _tc), Max(leftInterval.last, rightInterval.last, _tc), _tc);