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