Searched refs:IndexOutOfRangeException (Results 1 – 5 of 5) sorted by relevance
34 using IndexOutOfRangeException = System.IndexOutOfRangeException; typedef194 … throw new IndexOutOfRangeException("can't look backwards more than one token in this stream"); in LB()
37 using IndexOutOfRangeException = System.IndexOutOfRangeException; typedef
36 using IndexOutOfRangeException = System.IndexOutOfRangeException; typedef207 …throw new IndexOutOfRangeException("token index " + i + " out of range 0.." + (_tokens.Count - 1)); in Get()
38 using IndexOutOfRangeException = System.IndexOutOfRangeException; typedef
37 using IndexOutOfRangeException = System.IndexOutOfRangeException; typedef240 …throw new IndexOutOfRangeException("token index " + i + " out of range 0.." + (_tokens.Count - 1)); in Get()