10 references to inner
System.Linq (10)
System\Linq\GroupJoin.cs (2)
37
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
inner
);
70
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
inner
);
System\Linq\Join.cs (2)
223
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
inner
);
306
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
inner
);
System\Linq\LeftJoin.cs (2)
221
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
inner
);
306
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
inner
);
System\Linq\RightJoin.cs (2)
219
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
inner
);
304
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
inner
);
System\Linq\ThrowHelper.cs (2)
49
case ExceptionArgument.
inner
: return nameof(ExceptionArgument.
inner
);