3 references to Max
Microsoft.CodeAnalysis.CSharp (3)
Utilities\ValueSetFactory.NumericValueSet.cs (3)
188Add(builder, Max(leftInterval.first, rightInterval.first), Min(leftInterval.last, rightInterval.last)); 222oldLastInterval.last = Max(last, oldLastInterval.last); 269Add(builder, Min(leftInterval.first, rightInterval.first), Max(leftInterval.last, rightInterval.last));