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