4 references to SR
System.Linq.AsyncEnumerable (4)
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);