2 writes to _MethodBase
mscorlib (2)
system\runtime\remoting\message.cs (2)
165
_MethodBase
= null;
443
_MethodBase
= RuntimeType.GetMethodBase(Type.GetTypeFromHandleUnsafe(_governingType), mh);
2 references to _MethodBase
mscorlib (2)
system\runtime\remoting\message.cs (2)
438
if(null ==
_MethodBase
)
446
return
_MethodBase
;