2 writes to TrueFalseCall
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\UserDefinedLogicalOperator.cs (1)
16
TrueFalseCall
= 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)
160
exprRet = Visit((pExpr as ExprUserLogicalOp).
TrueFalseCall
);