12 references to GetUpperBound
mscorlib (5)
system\array.cs (3)
844Contract.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)); 2648if (_indices[dim] > array.GetUpperBound(dim)) {
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (1)
770upperBoundA[i] = array.GetUpperBound(i);
system\threading\Tasks\Parallel.cs (1)
2293int to = array.GetUpperBound(0) + 1;
System.Management (5)
managementobject.cs (2)
2726int maxIndex = args.GetUpperBound(0); 2810maxIndex = args.GetUpperBound(0);
managementobjectcollection.cs (1)
218if ((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)
441|| a1.GetUpperBound(i) != a2.GetUpperBound(i))