4 references to SR
System.Linq.AsyncEnumerable (4)
System\Linq\ThrowHelper.cs (4)
42internal static void ThrowMoreThanOneElementException() => throw new InvalidOperationException(SR.MoreThanOneElement); 45internal static void ThrowMoreThanOneMatchException() => throw new InvalidOperationException(SR.MoreThanOneMatch); 48internal static void ThrowNoElementsException() => throw new InvalidOperationException(SR.NoElements); 51internal static void ThrowNoMatchException() => throw new InvalidOperationException(SR.NoMatch);