2 references to BindIncOpCore
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (2)
1757
exprVal =
BindIncOpCore
(ek, flags, exprVal, type);
1783
Expr nonLiftedResult =
BindIncOpCore
(ek, flags, nonLiftedArg, type.UnderlyingType);