4 references to Arg_LongerThanDestArray
Microsoft.CodeAnalysis.Threading.Package (4)
src\Dependencies\Collections\Segmented\SegmentedArray.cs (4)
44
throw new ArgumentException(SR.
Arg_LongerThanDestArray
, nameof(destinationArray));
64
throw new ArgumentException(SR.
Arg_LongerThanDestArray
, nameof(destinationArray));
90
throw new ArgumentException(SR.
Arg_LongerThanDestArray
, nameof(destinationArray));
159
throw new ArgumentException(SR.
Arg_LongerThanDestArray
, nameof(destinationArray));