8 references to index
Microsoft.CodeAnalysis.Collections.Package (8)
ImmutableSegmentedHashSet`1.cs (1)
354
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
index
);
Internal\ThrowHelper.cs (4)
62
throw GetArgumentOutOfRangeException(ExceptionArgument.
index
,
69
throw GetArgumentOutOfRangeException(ExceptionArgument.
index
,
82
throw GetArgumentOutOfRangeException(ExceptionArgument.
index
,
264
case ExceptionArgument.
index
:
SegmentedList`1.cs (3)
858
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
index
, ExceptionResource.ArgumentOutOfRange_ListInsert);
1018
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
index
, ExceptionResource.ArgumentOutOfRange_BiggerThanCollection);
1049
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
index
, ExceptionResource.ArgumentOutOfRange_BiggerThanCollection);