18 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)
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\SegmentedArray.cs (1)
156if ((uint)(destinationIndex + length) > (nuint)destinationArray.LongLength)
Microsoft.CodeAnalysis.CodeStyle (1)
src\Dependencies\Collections\SegmentedArray.cs (1)
156if ((uint)(destinationIndex + length) > (nuint)destinationArray.LongLength)
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_Negate.cs (1)
446if (property.Name is nameof(Array.Length) or nameof(Array.LongLength))
Microsoft.CodeAnalysis.Collections.Package (1)
SegmentedArray.cs (1)
156if ((uint)(destinationIndex + length) > (nuint)destinationArray.LongLength)
Microsoft.CodeAnalysis.UnitTests (4)
MetadataReferences\ModuleMetadataTests.cs (4)
183var stream = new MockUnmanagedMemoryStream(assemblyPtr, assembly.LongLength) 238var stream = new MockUnmanagedMemoryStream(assemblyPtr, assembly.LongLength) 302var stream = new MockUnmanagedMemoryStream(assemblyPtr, assembly.LongLength) 333var stream = new MockUnmanagedMemoryStream(assemblyPtr, assembly.LongLength)
Microsoft.CodeAnalysis.Workspaces (2)
src\Dependencies\Collections\SegmentedArray.cs (1)
156if ((uint)(destinationIndex + length) > (nuint)destinationArray.LongLength)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_Negate.cs (1)
446if (property.Name is nameof(Array.Length) or nameof(Array.LongLength))
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\SegmentedArray.cs (1)
156if ((uint)(destinationIndex + length) > (nuint)destinationArray.LongLength)
System.Formats.Nrbf (1)
System\Formats\Nrbf\RectangularArrayRecord.cs (1)
128Debug.Assert(flattenedIndex == (ulong)array.LongLength, "We should have traversed the entirety of the array.");
System.Private.CoreLib (3)
src\System\Array.CoreCLR.cs (3)
421if ((uint)rawIndex >= (uint)LongLength) 443Debug.Assert((nuint)flattenedIndex < (nuint)LongLength); 449if ((uint)index >= (uint)LongLength)