4 writes to _argMapper
mscorlib (4)
system\runtime\remoting\message.cs (4)
1188
_argMapper
= new ArgMapper(this, false);
1197
_argMapper
= new ArgMapper(this, false);
1206
_argMapper
= new ArgMapper(this, false);
1215
_argMapper
= new ArgMapper(this, false);
8 references to _argMapper
mscorlib (8)
system\runtime\remoting\message.cs (8)
1187
if (
_argMapper
== null)
1189
return
_argMapper
.ArgCount;
1196
if (
_argMapper
== null)
1198
return
_argMapper
.GetArg(argNum);
1205
if (
_argMapper
== null)
1207
return
_argMapper
.GetArgName(index);
1214
if (
_argMapper
== null)
1216
return
_argMapper
.Args;