3 writes to OptionalLeftChild
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\BinaryOperator.cs (2)
17
OptionalLeftChild
= left;
29
OptionalLeftChild
= left;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (1)
289
(pExpr as ExprBinOp).
OptionalLeftChild
= exprRet;
8 references to OptionalLeftChild
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (3)
59
Debug.Assert(binOp.
OptionalLeftChild
!= null);
62
rewriter.Visit(binOp.
OptionalLeftChild
);
76
ExprCall call = (ExprCall)pExpr.
OptionalLeftChild
;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (4)
403
Expr origL = expr.
OptionalLeftChild
;
540
Expr p1 = expr.
OptionalLeftChild
;
648
Expr p1 = expr.
OptionalLeftChild
;
982
Expr orig1 = expr.
OptionalLeftChild
;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (1)
288
exprRet = Visit((pExpr as ExprBinOp).
OptionalLeftChild
);