2 references to ArgumentOutOfRange_ListInsert
Microsoft.CodeAnalysis (2)
src\Dependencies\Collections\Internal\ThrowHelper.cs (1)
312
case ExceptionResource.
ArgumentOutOfRange_ListInsert
:
src\Dependencies\Collections\SegmentedList`1.cs (1)
858
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.index, ExceptionResource.
ArgumentOutOfRange_ListInsert
);