107 references to GetLowerBound
GenerateDocumentationAndConfigFiles (4)
Microsoft.Build (4)
Microsoft.CodeAnalysis (4)
Microsoft.CodeAnalysis.Analyzers (4)
Microsoft.CodeAnalysis.AnalyzerUtilities (4)
Microsoft.CodeAnalysis.CodeStyle (4)
Microsoft.CodeAnalysis.Extensions.Package (4)
Microsoft.CodeAnalysis.ResxSourceGenerator (4)
Microsoft.CodeAnalysis.Scripting (5)
Microsoft.CodeAnalysis.Workspaces (4)
Microsoft.Data.Analysis (2)
Microsoft.Data.Analysis.Tests (2)
Microsoft.VisualBasic.Core (2)
Roslyn.Diagnostics.Analyzers (4)
System.Collections (11)
System.Collections.Immutable (1)
System.Data.Common (3)
System.Management (5)
System.ObjectModel (1)
System.Private.CoreLib (30)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Array.cs (23)
394CopyImpl(sourceArray, sourceArray?.GetLowerBound(0) ?? 0, destinationArray, destinationArray?.GetLowerBound(0) ?? 0, length, reliable: false);
447int srcLB = sourceArray.GetLowerBound(0);
453int dstLB = destinationArray.GetLowerBound(0);
1047return IndexOf(this, value) >= this.GetLowerBound(0);
1177return BinarySearch(array, array.GetLowerBound(0), array.Length, value, null);
1216return BinarySearch(array, array.GetLowerBound(0), array.Length, value, comparer);
1238int lb = array.GetLowerBound(0);
1442Copy(this, GetLowerBound(0), array!, index, Length);
1744return IndexOf(array, value, array.GetLowerBound(0), array.Length);
1757int lb = array.GetLowerBound(0);
1774int lb = array.GetLowerBound(0);
1965int lb = array.GetLowerBound(0);
1978int lb = array.GetLowerBound(0);
1992int lb = array.GetLowerBound(0);
2218Reverse(array, array.GetLowerBound(0), array.Length);
2231int lowerBound = array.GetLowerBound(0);
2325Sort(array, null, array.GetLowerBound(0), array.Length, null);
2338Sort(keys, items, keys.GetLowerBound(0), keys.Length, null);
2371Sort(array, null, array.GetLowerBound(0), array.Length, comparer);
2386Sort(keys, items, keys.GetLowerBound(0), keys.Length, comparer);
2414int keysLowerBound = keys.GetLowerBound(0);
2415if (items != null && keysLowerBound != items.GetLowerBound(0))
System.Private.Windows.Core (1)
System.Threading.Tasks.Parallel (1)
System.Windows.Forms (1)
UIAutomationClientSideProviders (2)