2 references to CreateUnaryOpForPredefMethodCall
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (2)
1658
return
CreateUnaryOpForPredefMethodCall
(ek, predefMeth, type, exprVal);
1816
return
CreateUnaryOpForPredefMethodCall
(ExpressionKind.DecimalNegate, predefMeth, typeDec, arg);