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