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)
2608if ((_methodSignature == null) && (_methodBase != null)) 2609_methodSignature = Message.GenerateMethodSignature(_methodBase); 2618get { return _methodBase; } 2688if (_methodBase != null) 2690RemotingMethodCachedData methodCache = InternalRemotingServices.GetReflectionCachedData(_methodBase);