306 references to GetLowerBound
GenerateDocumentationAndConfigFiles (4)
Metrics (4)
Metrics.Legacy (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)
Microsoft.VisualStudio.LanguageServices.Implementation (1)
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);
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)
System.Windows.Forms.Primitives.Tests (154)
System.Windows.Forms.Tests (2)
Test.Utilities (4)
Text.Analyzers (4)
UIAutomationClientSideProviders (2)
xunit.assert (4)