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