Home
last modified time | relevance | path

Searched refs:mono_method_call_message_new (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dthreadpool.c435 …message = mono_method_call_message_new (method, params, mono_get_delegate_invoke (method->klass), … in mono_threadpool_begin_invoke()
H A Dobject-internals.h678 mono_method_call_message_new (MonoMethod *method, gpointer *params, MonoMethod *invoke,
H A Dremoting.c421 msg = mono_method_call_message_new (method, params, NULL, NULL, NULL, &error); in mono_remoting_wrapper()
H A Dmarshal.c2492 …msg = mono_method_call_message_new (mono_marshal_method_from_wrapper (method), params, NULL, &asyn… in mono_delegate_begin_invoke()
3254 msg = mono_method_call_message_new (method, params, NULL, NULL, NULL, &error); in mono_delegate_end_invoke()
H A Dobject.c8020 mono_method_call_message_new (MonoMethod *method, gpointer *params, MonoMethod *invoke, in mono_method_call_message_new() function