4 references to Arg_LongerThanSrcArray
Microsoft.CodeAnalysis.Workspaces (4)
src\Dependencies\Collections\SegmentedArray.cs (4)
40
throw new ArgumentException(SR.
Arg_LongerThanSrcArray
, nameof(sourceArray));
60
throw new ArgumentException(SR.
Arg_LongerThanSrcArray
, nameof(sourceArray));
86
throw new ArgumentException(SR.
Arg_LongerThanSrcArray
, nameof(sourceArray));
155
throw new ArgumentException(SR.
Arg_LongerThanSrcArray
, nameof(sourceArray));