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)
2356
get {return
_m
.Uri;}
2362
get {return
_m
.MethodName;}
2368
get {return
_m
.TypeName;}
2374
get {return
_m
.MethodSignature;}
2380
get {return
_m
.MethodBase;}
2386
get {return
_m
.HasVarArgs;}
2392
get {return
_m
.ArgCount;}
2396
public Object GetArg(int argNum) {return
_m
.GetArg(argNum);}
2398
public String GetArgName(int index) {return
_m
.GetArgName(index);}
2402
get {return
_m
.Args;}
2407
get { return
_m
.GetLogicalCallContext(); }
2411
internal LogicalCallContext GetLogicalCallContext() {return
_m
.GetLogicalCallContext();}
2415
return
_m
.SetLogicalCallContext(callCtx);
2460
get {return
_m
.GetReturnValue();}
2506
_m
.Uri = val;
2512
_m
.SetLogicalCallContext(newCallContext);