6 references to SR
System.Linq.AsyncEnumerable (6)
src\runtime\src\libraries\Common\src\System\Collections\HashHelpers.cs (2)
72throw new ArgumentException(SR.Arg_HTCapacityOverflow); 112throw new ArgumentException(SR.Arg_HTCapacityOverflow);
System\Linq\ThrowHelper.cs (4)
34internal static void ThrowMoreThanOneElementException() => throw new InvalidOperationException(SR.MoreThanOneElement); 37internal static void ThrowMoreThanOneMatchException() => throw new InvalidOperationException(SR.MoreThanOneMatch); 40internal static void ThrowNoElementsException() => throw new InvalidOperationException(SR.NoElements); 43internal static void ThrowNoMatchException() => throw new InvalidOperationException(SR.NoMatch);