2 references to Collection_CopyTo_TooManyElems
System.Collections.Concurrent (2)
System\Collections\Concurrent\BlockingCollection.cs (1)
1579throw new ArgumentException(SR.Collection_CopyTo_TooManyElems, nameof(index));
System\Collections\Concurrent\ConcurrentBag.cs (1)
291throw new ArgumentException(SR.Collection_CopyTo_TooManyElems, nameof(index));