4 references to SR
System.Linq.AsyncEnumerable (4)
System\Linq\ThrowHelper.cs (4)
31internal static void ThrowMoreThanOneElementException() => throw new InvalidOperationException(SR.MoreThanOneElement); 34internal static void ThrowMoreThanOneMatchException() => throw new InvalidOperationException(SR.MoreThanOneMatch); 37internal static void ThrowNoElementsException() => throw new InvalidOperationException(SR.NoElements); 40internal static void ThrowNoMatchException() => throw new InvalidOperationException(SR.NoMatch);