71 references to GetLowerBound
mscorlib (52)
system\array.cs (41)
284
Copy(sourceArray, sourceArray.
GetLowerBound
(0), destinationArray, destinationArray.
GetLowerBound
(0), length, false);
717
return Array.IndexOf(this, value) >= this.
GetLowerBound
(0);
722
Array.Clear(this, this.
GetLowerBound
(0), this.Length);
844
Contract.Ensures((Contract.Result<int>() >= array.
GetLowerBound
(0) && Contract.Result<int>() <= array.GetUpperBound(0)) || (Contract.Result<int>() < array.
GetLowerBound
(0) && ~Contract.Result<int>() <= array.GetUpperBound(0) + 1));
846
int lb = array.
GetLowerBound
(0);
889
int lb = array.
GetLowerBound
(0);
915
int lb = array.
GetLowerBound
(0);
1064
Array.Copy(this,
GetLowerBound
(0), array, index, Length);
1270
int lowerBound =
GetLowerBound
(0);
1285
Contract.Ensures(Contract.Result<int>() < array.
GetLowerBound
(0) + array.Length);
1287
int lb = array.
GetLowerBound
(0);
1301
Contract.Ensures(Contract.Result<int>() < array.
GetLowerBound
(0) + array.Length);
1303
int lb = array.
GetLowerBound
(0);
1320
Contract.Ensures(Contract.Result<int>() < array.
GetLowerBound
(0) + array.Length);
1323
int lb = array.
GetLowerBound
(0);
1425
Contract.Ensures(Contract.Result<int>() < array.
GetLowerBound
(0) + array.Length);
1427
int lb = array.
GetLowerBound
(0);
1440
Contract.Ensures(Contract.Result<int>() < array.
GetLowerBound
(0) + array.Length);
1442
int lb = array.
GetLowerBound
(0);
1457
Contract.Ensures(Contract.Result<int>() < array.
GetLowerBound
(0) + array.Length);
1459
int lb = array.
GetLowerBound
(0);
1583
Reverse(array, array.
GetLowerBound
(0), array.Length);
1597
if (index < array.
GetLowerBound
(0) || length < 0)
1599
if (array.Length - (index - array.
GetLowerBound
(0)) < length)
1647
Sort(array, null, array.
GetLowerBound
(0), array.Length, null);
1661
Sort(keys, items, keys.
GetLowerBound
(0), keys.Length, null);
1695
Sort(array, null, array.
GetLowerBound
(0), array.Length, comparer);
1711
Sort(keys, items, keys.
GetLowerBound
(0), keys.Length, comparer);
1740
if (items != null && keys.
GetLowerBound
(0) != items.
GetLowerBound
(0))
1742
if (index < keys.
GetLowerBound
(0) || length < 0)
1744
if (keys.Length - (index - keys.
GetLowerBound
(0)) < length || (items != null && (index - items.
GetLowerBound
(0)) > items.Length - length))
1783
Sort<T>(array, array.
GetLowerBound
(0), array.Length, null);
2578
Contract.Assert(array.Rank == 1 && array.
GetLowerBound
(0) == 0, "SZArrayEnumerator only works on single dimension arrays w/ a lower bound of zero.");
2627
_indices[i] = array.
GetLowerBound
(i);
2654
_indices[j] = array.
GetLowerBound
(j);
2687
_indices[i] = array.
GetLowerBound
(i);
2863
Contract.Assert((array == null && endIndex == -1) || (array.Rank == 1 && array.
GetLowerBound
(0) == 0),
system\collections\generic\dictionary.cs (3)
537
if( array.
GetLowerBound
(0) != 0 ) {
878
if( array.
GetLowerBound
(0) != 0 ) {
1065
if( array.
GetLowerBound
(0) != 0 ) {
system\collections\objectmodel\collection.cs (1)
183
if( array.
GetLowerBound
(0) != 0 ) {
system\collections\objectmodel\readonlycollection.cs (1)
128
if( array.
GetLowerBound
(0) != 0 ) {
system\collections\objectmodel\readonlydictionary.cs (2)
240
if (array.
GetLowerBound
(0) != 0) {
568
if (array.
GetLowerBound
(0) != 0) {
system\runtime\interopservices\windowsruntime\bindablevectortocollectionadapter.cs (1)
79
int destLB = array.
GetLowerBound
(0);
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (1)
376
Contract.Assert(obj.Rank == 1 && obj.
GetLowerBound
(0) == 0 && !type.IsArray);
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (1)
769
lowerBoundA[i] = array.
GetLowerBound
(i);
system\threading\Tasks\Parallel.cs (1)
2292
int from = array.
GetLowerBound
(0);
System (7)
compmod\system\collections\generic\linkedlist.cs (1)
406
if( array.
GetLowerBound
(0) != 0 ) {
compmod\system\collections\generic\queue.cs (1)
165
if( array.
GetLowerBound
(0) != 0 ) {
compmod\system\collections\generic\sorteddictionary.cs (2)
495
if( array.
GetLowerBound
(0) != 0 ) {
650
if( array.
GetLowerBound
(0) != 0 ) {
compmod\system\collections\generic\sortedlist.cs (1)
434
if( array.
GetLowerBound
(0) != 0 ) {
compmod\system\collections\generic\sortedset.cs (1)
627
if (array.
GetLowerBound
(0) != 0) {
compmod\system\collections\generic\stack.cs (1)
163
if( array.
GetLowerBound
(0) != 0 ) {
System.Data.DataSetExtensions (3)
System\Data\DataRowComparer.cs (3)
66
int index1 = a.
GetLowerBound
(0);
67
int index2 = b.
GetLowerBound
(0);
224
hash = array.GetValue(array.
GetLowerBound
(0)).GetHashCode();
System.IO.Log (1)
System\IO\Log\ReservationCollection.cs (1)
161
if (arrayIndex < array.
GetLowerBound
(0))
System.Management (5)
managementobject.cs (2)
2727
int minIndex = args.
GetLowerBound
(0);
2811
minIndex = args.
GetLowerBound
(0);
managementobjectcollection.cs (1)
218
if ((index < array.
GetLowerBound
(0)) || (index > array.GetUpperBound(0)))
propertyset.cs (1)
129
if ((index < array.
GetLowerBound
(0)) || (index > array.GetUpperBound(0)))
qualifierset.cs (1)
186
if ((index < array.
GetLowerBound
(0)) || (index > array.GetUpperBound(0)))
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (2)
440
if (a1.
GetLowerBound
(i) != a2.
GetLowerBound
(i)
WindowsBase (1)
Base\System\Collections\ObjectModel\WeakReadOnlyCollection.cs (1)
158
if( array.
GetLowerBound
(0) != 0 ) {