9 references to SR
System.Linq.Queryable (9)
System\Linq\Strings.cs (9)
12
SR
.Format(
SR
.ArgumentNotIEnumerableGeneric, message);
15
SR
.Format(
SR
.ArgumentNotValid, message);
18
SR
.Format(
SR
.NoMethodOnType, name, type);
21
SR
.Format(
SR
.NoMethodOnTypeMatchingArguments, name, type);
23
internal static string EnumeratingNullEnumerableExpression() =>
SR
.EnumeratingNullEnumerableExpression;