107 references to GetLowerBound
GenerateDocumentationAndConfigFiles (4)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
151var dstLB = destinationArray.GetLowerBound(0);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
887if (array.GetLowerBound(0) != 0) 1382if (array.GetLowerBound(0) != 0) 1590if (array.GetLowerBound(0) != 0)
Microsoft.Build (4)
src\5057ed6cf5d6323b\SegmentedDictionary`2.cs (3)
887if (array.GetLowerBound(0) != 0) 1382if (array.GetLowerBound(0) != 0) 1590if (array.GetLowerBound(0) != 0)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedArray.cs (1)
151var dstLB = destinationArray.GetLowerBound(0);
Microsoft.CodeAnalysis (4)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
151var dstLB = destinationArray.GetLowerBound(0);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
887if (array.GetLowerBound(0) != 0) 1382if (array.GetLowerBound(0) != 0) 1590if (array.GetLowerBound(0) != 0)
Microsoft.CodeAnalysis.Analyzers (4)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
151var dstLB = destinationArray.GetLowerBound(0);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
887if (array.GetLowerBound(0) != 0) 1382if (array.GetLowerBound(0) != 0) 1590if (array.GetLowerBound(0) != 0)
Microsoft.CodeAnalysis.AnalyzerUtilities (4)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
151var dstLB = destinationArray.GetLowerBound(0);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
887if (array.GetLowerBound(0) != 0) 1382if (array.GetLowerBound(0) != 0) 1590if (array.GetLowerBound(0) != 0)
Microsoft.CodeAnalysis.CodeStyle (4)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
151var dstLB = destinationArray.GetLowerBound(0);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
887if (array.GetLowerBound(0) != 0) 1382if (array.GetLowerBound(0) != 0) 1590if (array.GetLowerBound(0) != 0)
Microsoft.CodeAnalysis.Extensions.Package (4)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
151var dstLB = destinationArray.GetLowerBound(0);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
887if (array.GetLowerBound(0) != 0) 1382if (array.GetLowerBound(0) != 0) 1590if (array.GetLowerBound(0) != 0)
Microsoft.CodeAnalysis.ResxSourceGenerator (4)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
151var dstLB = destinationArray.GetLowerBound(0);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
887if (array.GetLowerBound(0) != 0) 1382if (array.GetLowerBound(0) != 0) 1590if (array.GetLowerBound(0) != 0)
Microsoft.CodeAnalysis.Scripting (5)
Hosting\ObjectFormatter\CommonObjectFormatter.Visitor.cs (3)
657indices[i] = array.GetLowerBound(i); 668indices[i] = array.GetLowerBound(i); 684while (i >= 0 && indices[i] == array.GetLowerBound(i))
Hosting\ObjectFormatter\CommonTypeNameFormatter.cs (2)
162if (arrayOpt.GetLowerBound(i) > 0) 171int lowerBound = arrayOpt.GetLowerBound(i);
Microsoft.CodeAnalysis.Workspaces (4)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
151var dstLB = destinationArray.GetLowerBound(0);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
887if (array.GetLowerBound(0) != 0) 1382if (array.GetLowerBound(0) != 0) 1590if (array.GetLowerBound(0) != 0)
Microsoft.Data.Analysis (2)
TextFieldParser.cs (2)
1085lowerBound = _delimitersCopy.GetLowerBound(0); 1105lowerBound = _fieldWidthsCopy.GetLowerBound(0);
Microsoft.Data.Analysis.Tests (2)
src\Microsoft.Data.Analysis\TextFieldParser.cs (2)
1085lowerBound = _delimitersCopy.GetLowerBound(0); 1105lowerBound = _fieldWidthsCopy.GetLowerBound(0);
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\FileIO\TextFieldParser.vb (2)
1288lowerBound = m_DelimitersCopy.GetLowerBound(0) 1306lowerBound = m_FieldWidthsCopy.GetLowerBound(0)
Roslyn.Diagnostics.Analyzers (4)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
151var dstLB = destinationArray.GetLowerBound(0);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
887if (array.GetLowerBound(0) != 0) 1382if (array.GetLowerBound(0) != 0) 1590if (array.GetLowerBound(0) != 0)
System.Collections (11)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\CollectionHelpers.cs (1)
19if (array.GetLowerBound(0) != 0)
System\Collections\Generic\LinkedList.cs (1)
456if (array.GetLowerBound(0) != 0)
System\Collections\Generic\OrderedDictionary.cs (3)
1289if (array.GetLowerBound(0) != 0) 1532if (array.GetLowerBound(0) != 0) 1841if (array.GetLowerBound(0) != 0)
System\Collections\Generic\PriorityQueue.cs (1)
958if (array.GetLowerBound(0) != 0)
System\Collections\Generic\SortedDictionary.cs (2)
557if (array.GetLowerBound(0) != 0) 718if (array.GetLowerBound(0) != 0)
System\Collections\Generic\SortedList.cs (1)
461if (array.GetLowerBound(0) != 0)
System\Collections\Generic\SortedSet.cs (1)
549if (array.GetLowerBound(0) != 0)
System\Collections\Generic\Stack.cs (1)
129if (array.GetLowerBound(0) != 0)
System.Collections.Immutable (1)
System\Collections\Frozen\FrozenDictionary.cs (1)
410if (array.GetLowerBound(0) != 0)
System.Data.Common (3)
System\Data\DataRowComparer.cs (3)
63int index1 = a.GetLowerBound(0); 64int index2 = b.GetLowerBound(0); 203hash = array.GetValue(array.GetLowerBound(0))!.GetHashCode();
System.Management (5)
System\Management\ManagementObject.cs (2)
2685int minIndex = args.GetLowerBound(0); 2769minIndex = args.GetLowerBound(0);
System\Management\ManagementObjectCollection.cs (1)
207if ((index < array.GetLowerBound(0)) || (index > array.GetUpperBound(0)))
System\Management\PropertySet.cs (1)
134if ((index < array.GetLowerBound(0)) || (index > array.GetUpperBound(0)))
System\Management\QualifierSet.cs (1)
183if ((index < array.GetLowerBound(0)) || (index > array.GetUpperBound(0)))
System.ObjectModel (1)
System\Collections\CollectionHelpers.cs (1)
19if (array.GetLowerBound(0) != 0)
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))
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (3)
1583if (array.GetLowerBound(0) != 0) 2072if (array.GetLowerBound(0) != 0) 2266if (array.GetLowerBound(0) != 0)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Queue.cs (1)
130if (array.GetLowerBound(0) != 0)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\Collection.cs (1)
182if (array.GetLowerBound(0) != 0)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\CollectionHelpers.cs (1)
19if (array.GetLowerBound(0) != 0)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyCollection.cs (1)
113if (array.GetLowerBound(0) != 0)
System.Private.Windows.Core (1)
Windows\Win32\System\Variant\VARIANT.cs (1)
481indices[i] = lower[i] = array.GetLowerBound(i);
System.Threading.Tasks.Parallel (1)
System\Threading\Tasks\Parallel.cs (1)
1701int from = array.GetLowerBound(0);
System.Windows.Forms (1)
misc\CollectionHelper.cs (1)
22if (target.GetLowerBound(0) != 0)
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (2)
413if (a1.GetLowerBound(i) != a2.GetLowerBound(i)