8 references to Max
Microsoft.AspNetCore.Server.HttpSys (1)
src\Shared\PathNormalizer\PathNormalizer.cs (1)
66writtenLength = int.Max(0, lastIndex);
Microsoft.AspNetCore.Server.IIS (1)
src\Shared\PathNormalizer\PathNormalizer.cs (1)
66writtenLength = int.Max(0, lastIndex);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2FrameWriter.cs (1)
412_headersEncodingLargeBufferSize = int.Max(_headersEncodingLargeBufferSize, maxFrameSize * HeaderBufferSizeMultiplier);
src\Shared\PathNormalizer\PathNormalizer.cs (1)
66writtenLength = int.Max(0, lastIndex);
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\PathNormalizer\PathNormalizer.cs (1)
66writtenLength = int.Max(0, lastIndex);
Microsoft.Extensions.DependencyInjection.Abstractions (1)
ActivatorUtilities.cs (1)
197max = int.Max(max, constructors[i].Parameters.Length);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
689static int INumber<int>.MaxNumber(int x, int y) => Max(x, y);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Scalar.cs (1)
840return (T)(object)int.Max((int)(object)left, (int)(object)right);