309 references to GetLowerBound
GenerateDocumentationAndConfigFiles (4)
Metrics (4)
Metrics.Legacy (4)
Microsoft.Build.Framework (4)
Microsoft.CodeAnalysis (4)
Microsoft.CodeAnalysis.Analyzers (4)
Microsoft.CodeAnalysis.AnalyzerUtilities (4)
Microsoft.CodeAnalysis.BannedApiAnalyzers (4)
Microsoft.CodeAnalysis.CodeStyle (4)
Microsoft.CodeAnalysis.Collections.Package (4)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
Microsoft.CodeAnalysis.Extensions.Package (4)
Microsoft.CodeAnalysis.InteractiveHost (4)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (4)
Microsoft.CodeAnalysis.PublicApiAnalyzers (4)
Microsoft.CodeAnalysis.ResxSourceGenerator (4)
Microsoft.CodeAnalysis.Scripting (5)
Microsoft.CodeAnalysis.Threading.Package (4)
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)
Roslyn.Diagnostics.Analyzers (4)
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 (23)
394CopyImpl(sourceArray, sourceArray?.GetLowerBound(0) ?? 0, destinationArray, destinationArray?.GetLowerBound(0) ?? 0, length, reliable: false);
442int srcLB = sourceArray.GetLowerBound(0);
448int dstLB = destinationArray.GetLowerBound(0);
1042return IndexOf(this, value) >= this.GetLowerBound(0);
1172return BinarySearch(array, array.GetLowerBound(0), array.Length, value, null);
1211return BinarySearch(array, array.GetLowerBound(0), array.Length, value, comparer);
1233int lb = array.GetLowerBound(0);
1437Copy(this, GetLowerBound(0), array!, index, Length);
1727return IndexOf(array, value, array.GetLowerBound(0), array.Length);
1740int lb = array.GetLowerBound(0);
1757int lb = array.GetLowerBound(0);
1948int lb = array.GetLowerBound(0);
1961int lb = array.GetLowerBound(0);
1975int lb = array.GetLowerBound(0);
2201Reverse(array, array.GetLowerBound(0), array.Length);
2214int lowerBound = array.GetLowerBound(0);
2308Sort(array, null, array.GetLowerBound(0), array.Length, null);
2321Sort(keys, items, keys.GetLowerBound(0), keys.Length, null);
2354Sort(array, null, array.GetLowerBound(0), array.Length, comparer);
2369Sort(keys, items, keys.GetLowerBound(0), keys.Length, comparer);
2397int keysLowerBound = keys.GetLowerBound(0);
2398if (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)
System.Windows.Forms.Tests (2)
Test.Utilities (4)
Text.Analyzers (4)
UIAutomationClientSideProviders (2)
xunit.assert (4)