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