1 write to OptionalUserDefinedCall
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\ExprOperator.cs (1)
19OptionalUserDefinedCall = call;
4 references to OptionalUserDefinedCall
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (4)
542Expr udcall = expr.OptionalUserDefinedCall; 584ExprCall call = (ExprCall)expr.OptionalUserDefinedCall; 650if (expr.OptionalUserDefinedCall != null) 652ExprCall udcall = (ExprCall)expr.OptionalUserDefinedCall;