Searched refs:ThrowIndexOutOfBoundsException (Results 1 – 3 of 3) sorted by relevance
162 void ThrowIndexOutOfBoundsException(int index, int length)
332 void ThrowIndexOutOfBoundsException(int index, int length) { in ThrowIndexOutOfBoundsException() function
214 ThrowIndexOutOfBoundsException(index, limit - start); in CheckElementIndex()