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