2 writes to OperatorCall
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\UserDefinedLogicalOperator.cs (1)
17OperatorCall = operatorCall;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (1)
165(pExpr as ExprUserLogicalOp).OperatorCall = exprRet as ExprCall;
2 references to OperatorCall
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
557ExprList args = (ExprList)userLogOp.OperatorCall.OptionalArguments;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (1)
163exprRet = Visit((pExpr as ExprUserLogicalOp).OperatorCall);