2 writes to OperatorCall
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\UserDefinedLogicalOperator.cs (1)
17
OperatorCall
= 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)
557
ExprList args = (ExprList)userLogOp.
OperatorCall
.OptionalArguments;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (1)
163
exprRet = Visit((pExpr as ExprUserLogicalOp).
OperatorCall
);