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