4 references to enumerable
System.Linq (4)
System\Linq\DebugView.cs (2)
28
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
enumerable
);
68
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
enumerable
);
System\Linq\ThrowHelper.cs (2)
45
case ExceptionArgument.
enumerable
: return nameof(ExceptionArgument.
enumerable
);