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)
543Expr udcall = expr.OptionalUserDefinedCall; 585ExprCall call = (ExprCall)expr.OptionalUserDefinedCall; 651if (expr.OptionalUserDefinedCall != null) 653ExprCall udcall = (ExprCall)expr.OptionalUserDefinedCall;