247 references to GetLowerBound
Microsoft.Build.Framework (4)
Microsoft.CodeAnalysis (4)
Microsoft.CodeAnalysis.CodeStyle (4)
Microsoft.CodeAnalysis.Collections.Package (4)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
Microsoft.CodeAnalysis.Scripting (5)
Microsoft.CodeAnalysis.UnitTests (1)
Microsoft.CodeAnalysis.Workspaces (4)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (4)
Microsoft.Data.Analysis (2)
Microsoft.Data.Analysis.Tests (2)
Microsoft.VisualBasic.Core (2)
System.Collections (11)
System.Collections.Immutable (1)
System.Data.Common (3)
System.ObjectModel (1)
System.Private.CoreLib (30)
src\libraries\System.Private.CoreLib\src\System\Array.cs (21)
385CopyImpl(sourceArray, sourceArray.GetLowerBound(0), destinationArray, destinationArray.GetLowerBound(0), length, reliable: false);
655return IndexOf(this, value) >= this.GetLowerBound(0);
785return BinarySearch(array, array.GetLowerBound(0), array.Length, value, null);
824return BinarySearch(array, array.GetLowerBound(0), array.Length, value, comparer);
846int lb = array.GetLowerBound(0);
1050Copy(this, GetLowerBound(0), array!, index, Length);
1340return IndexOf(array, value, array.GetLowerBound(0), array.Length);
1353int lb = array.GetLowerBound(0);
1370int lb = array.GetLowerBound(0);
1561int lb = array.GetLowerBound(0);
1574int lb = array.GetLowerBound(0);
1588int lb = array.GetLowerBound(0);
1814Reverse(array, array.GetLowerBound(0), array.Length);
1827int lowerBound = array.GetLowerBound(0);
1921Sort(array, null, array.GetLowerBound(0), array.Length, null);
1934Sort(keys, items, keys.GetLowerBound(0), keys.Length, null);
1967Sort(array, null, array.GetLowerBound(0), array.Length, comparer);
1982Sort(keys, items, keys.GetLowerBound(0), keys.Length, comparer);
2010int keysLowerBound = keys.GetLowerBound(0);
2011if (items != null && keysLowerBound != items.GetLowerBound(0))
System.Private.Windows.Core (1)
System.Threading.Tasks.Parallel (1)
System.Windows.Forms (1)
System.Windows.Forms.Primitives.Tests (154)
UIAutomationClientSideProviders (2)
xunit.assert (4)