3 references to LeftShift
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (1)
599return Expression.LeftShift(arg1, arg2, methodInfo);
System.Linq.Expressions (2)
System\Linq\Expressions\BinaryExpression.cs (2)
926ExpressionType.LeftShift => LeftShift(left, right, method), 2255return LeftShift(left, right, method: null);