5 references to Strings
System.Linq.Queryable (5)
System\Linq\Error.cs (5)
9
new ArgumentException(
Strings
.ArgumentNotIEnumerableGeneric(message));
12
new ArgumentException(
Strings
.ArgumentNotValid(message));
18
new InvalidOperationException(
Strings
.NoMethodOnType(name, type));
21
new InvalidOperationException(
Strings
.NoMethodOnTypeMatchingArguments(name, type));
24
new InvalidOperationException(
Strings
.EnumeratingNullEnumerableExpression());