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