8 references to index
Microsoft.CodeAnalysis.Collections.Package (8)
Internal\ThrowHelper.cs (4)
64throw GetArgumentOutOfRangeException(ExceptionArgument.index, 71throw GetArgumentOutOfRangeException(ExceptionArgument.index, 84throw GetArgumentOutOfRangeException(ExceptionArgument.index, 266case ExceptionArgument.index:
Segmented\ImmutableSegmentedHashSet`1.cs (1)
356ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.index);
Segmented\SegmentedList`1.cs (3)
860ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.index, ExceptionResource.ArgumentOutOfRange_ListInsert); 1020ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.index, ExceptionResource.ArgumentOutOfRange_BiggerThanCollection); 1051ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.index, ExceptionResource.ArgumentOutOfRange_BiggerThanCollection);