4 references to Arg_LongerThanDestArray
Microsoft.CodeAnalysis.Workspaces (4)
src\Dependencies\Collections\SegmentedArray.cs (4)
42
throw new ArgumentException(SR.
Arg_LongerThanDestArray
, nameof(destinationArray));
62
throw new ArgumentException(SR.
Arg_LongerThanDestArray
, nameof(destinationArray));
88
throw new ArgumentException(SR.
Arg_LongerThanDestArray
, nameof(destinationArray));
157
throw new ArgumentException(SR.
Arg_LongerThanDestArray
, nameof(destinationArray));