20 references to LongLength
GenerateDocumentationAndConfigFiles (2)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
158if ((uint)(destinationIndex + length) > (nuint)destinationArray.LongLength)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_Negate.cs (1)
442if (property.Name is nameof(Array.Length) or nameof(Array.LongLength))
Microsoft.AspNetCore.Components.Web (1)
Media\MediaSource.cs (1)
51Length = data.LongLength;
Microsoft.Build (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedArray.cs (1)
158if ((uint)(destinationIndex + length) > (nuint)destinationArray.LongLength)
Microsoft.CodeAnalysis (1)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
158if ((uint)(destinationIndex + length) > (nuint)destinationArray.LongLength)
Microsoft.CodeAnalysis.Analyzers (2)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
158if ((uint)(destinationIndex + length) > (nuint)destinationArray.LongLength)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_Negate.cs (1)
442if (property.Name is nameof(Array.Length) or nameof(Array.LongLength))
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
158if ((uint)(destinationIndex + length) > (nuint)destinationArray.LongLength)
Microsoft.CodeAnalysis.CodeStyle (1)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
158if ((uint)(destinationIndex + length) > (nuint)destinationArray.LongLength)
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_Negate.cs (1)
442if (property.Name is nameof(Array.Length) or nameof(Array.LongLength))
Microsoft.CodeAnalysis.Extensions.Package (1)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
158if ((uint)(destinationIndex + length) > (nuint)destinationArray.LongLength)
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
158if ((uint)(destinationIndex + length) > (nuint)destinationArray.LongLength)
Microsoft.CodeAnalysis.Workspaces (2)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
158if ((uint)(destinationIndex + length) > (nuint)destinationArray.LongLength)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_Negate.cs (1)
442if (property.Name is nameof(Array.Length) or nameof(Array.LongLength))
Roslyn.Diagnostics.Analyzers (2)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
158if ((uint)(destinationIndex + length) > (nuint)destinationArray.LongLength)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_Negate.cs (1)
442if (property.Name is nameof(Array.Length) or nameof(Array.LongLength))
System.Formats.Nrbf (2)
System\Formats\Nrbf\ArrayRecord.cs (1)
160Debug.Assert(numElementsWritten == (ulong)destination.LongLength, "We should have traversed the entirety of the destination array.");
System\Formats\Nrbf\ArrayRectangularPrimitiveRecord.cs (1)
78Debug.Assert(numElementsWritten == (ulong)result.LongLength, "We should have traversed the entirety of the destination array.");
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorShape.cs (2)
701nint linearLength = (nint)array.LongLength; 757nint linearLength = (nint)array.LongLength;