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