Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dclass-internals.h30 typedef struct _MonoDynamicMethod MonoDynamicMethod; typedef
H A Dsre.c2808 m = (MonoMethod *)image_g_new0 (image, MonoDynamicMethod, 1); in reflection_methodbuilder_to_mono_method()
2903 MonoDynamicMethod *dm = (MonoDynamicMethod*)wrapperm; in reflection_methodbuilder_to_mono_method()
3949 ((MonoDynamicMethod*)handle)->assembly = ass; in reflection_create_dynamic_method()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-exceptions.c1485 MonoDynamicMethod *dm = (MonoDynamicMethod *)m; in wrap_non_exception_throws()