2 references to Max
mscorlib (1)
system\runtime\memoryfailpoint.cs (1)
383largestFreeRegion = Math.Max(largestFreeRegion, regionSize);
System.Data (1)
fx\src\data\System\Data\Common\UInt64Storage.cs (1)
115max=Math.Max(values[record], max);