6 references to outer
System.Linq (6)
System\Linq\GroupJoin.cs (1)
17ThrowHelper.ThrowArgumentNullException(ExceptionArgument.outer);
System\Linq\Join.cs (1)
17ThrowHelper.ThrowArgumentNullException(ExceptionArgument.outer);
System\Linq\LeftJoin.cs (1)
17ThrowHelper.ThrowArgumentNullException(ExceptionArgument.outer);
System\Linq\RightJoin.cs (1)
17ThrowHelper.ThrowArgumentNullException(ExceptionArgument.outer);
System\Linq\ThrowHelper.cs (2)
52case ExceptionArgument.outer: return nameof(ExceptionArgument.outer);