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