7 references to Min
mscorlib (1)
system\threading\thread.cs (1)
850maxStackSize = (int)Math.Min(defaultStackSize, (ulong)(uint)int.MaxValue);
System.Data (5)
fx\src\data\System\Data\Common\UInt64Storage.cs (1)
101min=Math.Min(values[record], min);
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
11195charsRead = (int)Math.Min((stateObj._longlenleft + 1) >> 1, (ulong)charsLeft); 11290bytesRead = (int)Math.Min(stateObj._longlenleft, (ulong)charsLeft);
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (2)
1736int bytesToRead = (int)Math.Min(_longlenleft, (ulong)len); 1795int bytesToRead = (int)Math.Min(_longlenleft, (ulong)bytesLeft);
System.IO.Log (1)
System\IO\Log\LogStore.cs (1)
403lsnStart = Math.Min(logInfo.BaseLsn,