Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dmarshal.c5268 static MonoMethod *from_oadate; in emit_marshal_vtype() local
5274 if (!from_oadate) in emit_marshal_vtype()
5275 from_oadate = mono_class_get_method_from_name (date_time_class, "FromOADate", 1); in emit_marshal_vtype()
5276 g_assert (from_oadate); in emit_marshal_vtype()
5280 mono_mb_emit_managed_call (mb, from_oadate, NULL); in emit_marshal_vtype()