Home
last modified time | relevance | path

Searched refs:PM_EXPRESSION_INVOKE (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/
H A DPredefinedMembers.cs103 PM_EXPRESSION_INVOKE, enumerator
585 …new PredefinedMethodInfo( PREDEFMETH.PM_EXPRESSION_INVOKE, Predefi…
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/
H A DExpressionTreeCallRewriter.cs126 case PREDEFMETH.PM_EXPRESSION_INVOKE: in VisitCALL()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/Tree/Visitors/
H A DExpressionTreeRewriter.cs348 return GenerateCall(PREDEFMETH.PM_EXPRESSION_INVOKE, pObject, Params); in GenerateDelegateInvoke()