2 references to ExprDest
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (2)
589
ppDestinationExpr = needsExprDest ? binder.
ExprDest
: null;
599
ppDestinationExpr = binder.
ExprDest
;