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