43 references to Min
Microsoft.AspNetCore.DataProtection (1)
SP800_108\Win7SP800_108_CTR_HMACSHA512Provider.cs (1)
67uint numBytesToCopy = Math.Min(cbDerivedKey, SHA512_DIGEST_SIZE_IN_BYTES);
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2Connection.cs (3)
180(int)Math.Min(MaxTrackedStreams, int.MaxValue), 941_frameWriter.UpdateMaxFrameSize(Math.Min(_clientSettings.MaxFrameSize, _serverSettings.MaxFrameSize)); 968_frameWriter.UpdateMaxHeaderTableSize(Math.Min(_clientSettings.HeaderTableSize, (uint)Limits.Http2.HeaderTableSize));
Microsoft.Extensions.Logging.Abstractions (1)
src\libraries\Common\src\System\Text\ValueStringBuilder.cs (1)
306Math.Min((uint)_chars.Length * 2, ArrayMaxLength));
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
190uint itemCount = Math.Min((uint)items.Length, (uint)_list.Count - startIndex);
System\Windows\Controls\PrintDialog.cs (1)
308dlg.MinPage = Math.Max(1, Math.Min(_minPage, _maxPage));
System.Console (1)
src\libraries\Common\src\System\Text\ValueStringBuilder.cs (1)
306Math.Min((uint)_chars.Length * 2, ArrayMaxLength));
System.Data.Common (1)
System\Data\Common\UInt32Storage.cs (1)
111min = Math.Min(_values[record], min);
System.Diagnostics.DiagnosticSource (1)
src\libraries\Common\src\System\Text\ValueStringBuilder.cs (1)
306Math.Min((uint)_chars.Length * 2, ArrayMaxLength));
System.Diagnostics.Process (1)
src\libraries\Common\src\System\Text\ValueStringBuilder.cs (1)
306Math.Min((uint)_chars.Length * 2, ArrayMaxLength));
System.Formats.Tar (1)
src\libraries\Common\src\System\Text\ValueStringBuilder.cs (1)
306Math.Min((uint)_chars.Length * 2, ArrayMaxLength));
System.IO.FileSystem.Watcher (1)
src\libraries\Common\src\System\Text\ValueStringBuilder.cs (1)
306Math.Min((uint)_chars.Length * 2, ArrayMaxLength));
System.Linq (1)
System\Linq\Chunk.cs (1)
99arraySize = (int)Math.Min((uint)size, 2 * (uint)array.Length);
System.Net.Http (1)
src\libraries\Common\src\System\Text\ValueStringBuilder.cs (1)
306Math.Min((uint)_chars.Length * 2, ArrayMaxLength));
System.Net.Mail (1)
src\libraries\Common\src\System\Text\ValueStringBuilder.cs (1)
306Math.Min((uint)_chars.Length * 2, ArrayMaxLength));
System.Net.Requests (1)
System\Net\TimerThread.cs (1)
549Math.Min(unchecked((uint)(nextTick - newNow)), (uint)(int.MaxValue - TickCountResolution)) + TickCountResolution :
System.Private.CoreLib (17)
src\libraries\Common\src\System\Text\ValueStringBuilder.cs (1)
306Math.Min((uint)_chars.Length * 2, ArrayMaxLength));
src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentQueue.cs (1)
97length = (int)Math.Min(BitOperations.RoundUpToPowerOf2((uint)count), MaxSegmentLength);
src\libraries\System.Private.CoreLib\src\System\Globalization\Ordinal.Utf8.cs (2)
111nuint lengthU = Math.Min((uint)lengthA, (uint)lengthB); 421nuint lengthU = Math.Min((uint)sourceLength, (uint)prefixLength);
src\libraries\System.Private.CoreLib\src\System\Number.NumberToFloatingPointBits.cs (2)
708uint count = Math.Min(remaining, 9); 995uint integerDigitsPresent = Math.Min(positiveExponent, totalDigits);
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\DefaultInterpolatedStringHandler.cs (1)
631uint newCapacity = Math.Max(requiredMinCapacity, Math.Min((uint)_chars.Length * 2, string.MaxLength));
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Transcoding.cs (1)
95uint maxIters = Math.Min(remainingInputBytes, (uint)outputCharsRemaining) / (2 * sizeof(uint));
src\libraries\System.Private.CoreLib\src\System\Threading\LowLevelLifoSemaphore.cs (1)
226(int)Math.Min(newCounts.SignalCount, (uint)counts.WaiterCount + counts.SpinnerCount) -
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.Blocking.cs (3)
249return Math.Min((uint)delayStepCount * BlockingConfig.DelayStepMs, BlockingConfig.MaxDelayMs); 337MaxDelayMs = Math.Max(1, Math.Min(MaxDelayMs, GateThread.GateActivitiesPeriodMs)); 338DelayStepMs = Math.Max(1, Math.Min(DelayStepMs, MaxDelayMs));
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.GateThread.cs (1)
294uint nextDelay = Math.Min(nextDelayForGateActivities, nextDelayForBlockingAdjustment);
src\libraries\System.Private.CoreLib\src\System\Threading\Timer.cs (1)
125uint actualDuration = Math.Min(requestedDuration, maxPossibleDuration);
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.Unix.cs (2)
1201index += (int)Math.Min(t.IsStdCount, t.TypeCount); 1210index += (int)Math.Min(t.IsGmtCount, t.TypeCount);
src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
599public static uint Min(uint x, uint y) => Math.Min(x, y);
System.Private.Uri (1)
src\libraries\Common\src\System\Text\ValueStringBuilder.cs (1)
306Math.Min((uint)_chars.Length * 2, ArrayMaxLength));
System.Private.Xml (1)
src\libraries\Common\src\System\Text\ValueStringBuilder.cs (1)
306Math.Min((uint)_chars.Length * 2, ArrayMaxLength));
System.Reflection.Metadata (1)
src\libraries\Common\src\System\Text\ValueStringBuilder.cs (1)
306Math.Min((uint)_chars.Length * 2, ArrayMaxLength));
System.Runtime.Numerics (1)
src\libraries\Common\src\System\Text\ValueStringBuilder.cs (1)
306Math.Min((uint)_chars.Length * 2, ArrayMaxLength));
System.Security.Cryptography (1)
src\libraries\Common\src\System\Text\ValueStringBuilder.cs (1)
306Math.Min((uint)_chars.Length * 2, ArrayMaxLength));
System.Text.Encodings.Web (1)
src\libraries\Common\src\System\Text\ValueStringBuilder.cs (1)
306Math.Min((uint)_chars.Length * 2, ArrayMaxLength));
System.Text.Json (1)
src\libraries\Common\src\System\Text\ValueStringBuilder.cs (1)
306Math.Min((uint)_chars.Length * 2, ArrayMaxLength));
System.Text.RegularExpressions (1)
src\libraries\Common\src\System\Text\ValueStringBuilder.cs (1)
306Math.Min((uint)_chars.Length * 2, ArrayMaxLength));
System.Text.RegularExpressions.Generator (1)
src\libraries\Common\src\System\Text\ValueStringBuilder.cs (1)
306Math.Min((uint)_chars.Length * 2, ArrayMaxLength));