6 references to LongLength
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
BufferWriterTests.cs (1)
143Assert.Equal(expectedBytes.LongLength, writer.BytesCommitted);
Microsoft.AspNetCore.TestHost.Tests (1)
ClientHandlerTests.cs (1)
133Assert.Equal(contentBytes.LongLength, context.Request.ContentLength);
Microsoft.Build.Framework (1)
SegmentedArray.cs (1)
150if ((uint)(destinationIndex + length) > (nuint)destinationArray.LongLength)
System.Private.CoreLib (3)
src\System\Array.CoreCLR.cs (3)
481if ((uint)rawIndex >= (uint)LongLength) 503Debug.Assert((nuint)flattenedIndex < (nuint)LongLength); 509if ((uint)index >= (uint)LongLength)