4 writes to argMapper
mscorlib (4)
system\runtime\remoting\message.cs (4)
3593
if (argMapper == null)
argMapper
= new ArgMapper(this, false);
3602
if (argMapper == null)
argMapper
= new ArgMapper(this, false);
3610
if (argMapper == null)
argMapper
= new ArgMapper(this, false);
3619
if (argMapper == null)
argMapper
= new ArgMapper(this, false);
8 references to argMapper
mscorlib (8)
system\runtime\remoting\message.cs (8)
3593
if (
argMapper
== null) argMapper = new ArgMapper(this, false);
3594
return
argMapper
.ArgCount;
3602
if (
argMapper
== null) argMapper = new ArgMapper(this, false);
3603
return
argMapper
.GetArg(argNum);
3610
if (
argMapper
== null) argMapper = new ArgMapper(this, false);
3611
return
argMapper
.GetArgName(index);
3619
if (
argMapper
== null) argMapper = new ArgMapper(this, false);
3620
return
argMapper
.Args;