1 write to _m
mscorlib (1)
system\runtime\remoting\message.cs (1)
2340_m = m;
16 references to _m
mscorlib (16)
system\runtime\remoting\message.cs (16)
2356get {return _m.Uri;} 2362get {return _m.MethodName;} 2368get {return _m.TypeName;} 2374get {return _m.MethodSignature;} 2380get {return _m.MethodBase;} 2386get {return _m.HasVarArgs;} 2392get {return _m.ArgCount;} 2396public Object GetArg(int argNum) {return _m.GetArg(argNum);} 2398public String GetArgName(int index) {return _m.GetArgName(index);} 2402get {return _m.Args;} 2407get { return _m.GetLogicalCallContext(); } 2411internal LogicalCallContext GetLogicalCallContext() {return _m.GetLogicalCallContext();} 2415return _m.SetLogicalCallContext(callCtx); 2460get {return _m.GetReturnValue();} 2506_m.Uri = val; 2512_m.SetLogicalCallContext(newCallContext);