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