6 references to index
Microsoft.Build.Framework (6)
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
,
248
case ExceptionArgument.
index
: