7 references to index
Microsoft.CodeAnalysis (7)
ImmutableSegmentedHashSet`1.cs (1)
306
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
index
);
SegmentedList`1.cs (3)
709
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
index
, ExceptionResource.ArgumentOutOfRange_ListInsert);
866
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
index
, ExceptionResource.ArgumentOutOfRange_BiggerThanCollection);
897
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
index
, ExceptionResource.ArgumentOutOfRange_BiggerThanCollection);
ThrowHelper.cs (3)
62
throw GetArgumentOutOfRangeException(ExceptionArgument.
index
,
75
throw GetArgumentOutOfRangeException(ExceptionArgument.
index
,
250
case ExceptionArgument.
index
: