2 writes to _methodBase
mscorlib (2)
system\runtime\remoting\message.cs (2)
2567
_methodBase
= mcm.MethodBase;
2583
_methodBase
= mcm.MethodBase;
5 references to _methodBase
mscorlib (5)
system\runtime\remoting\message.cs (5)
2608
if ((_methodSignature == null) && (
_methodBase
!= null))
2609
_methodSignature = Message.GenerateMethodSignature(
_methodBase
);
2618
get { return
_methodBase
; }
2688
if (
_methodBase
!= null)
2690
RemotingMethodCachedData methodCache = InternalRemotingServices.GetReflectionCachedData(
_methodBase
);