2 writes to TrueFalseCall
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\UserDefinedLogicalOperator.cs (1)
16TrueFalseCall = trueFalseCall;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (1)
162(pExpr as ExprUserLogicalOp).TrueFalseCall = exprRet;
1 reference to TrueFalseCall
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (1)
160exprRet = Visit((pExpr as ExprUserLogicalOp).TrueFalseCall);