3 references to Argument_InvalidOffLen
System.Collections (3)
System\Collections\Generic\PriorityQueue.cs (1)
970
throw new ArgumentException(SR.
Argument_InvalidOffLen
);
System\Collections\Generic\Stack.cs (2)
108
throw new ArgumentException(SR.
Argument_InvalidOffLen
);
141
throw new ArgumentException(SR.
Argument_InvalidOffLen
);