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