5 writes to argMapper
mscorlib (5)
system\runtime\remoting\message.cs (5)
4496
if (argMapper == null)
argMapper
= new ArgMapper(this, true);
4620
if (argMapper == null)
argMapper
= new ArgMapper(this, true);
4629
if (argMapper == null)
argMapper
= new ArgMapper(this, true);
4637
if (argMapper == null)
argMapper
= new ArgMapper(this, true);
4646
if (argMapper == null)
argMapper
= new ArgMapper(this, true);
10 references to argMapper
mscorlib (10)
system\runtime\remoting\message.cs (10)
4496
if (
argMapper
== null) argMapper = new ArgMapper(this, true);
4505
int position =
argMapper
.Map[j-paramNameIndex];
4620
if (
argMapper
== null) argMapper = new ArgMapper(this, true);
4621
return
argMapper
.ArgCount;
4629
if (
argMapper
== null) argMapper = new ArgMapper(this, true);
4630
return
argMapper
.GetArg(argNum);
4637
if (
argMapper
== null) argMapper = new ArgMapper(this, true);
4638
return
argMapper
.GetArgName(index);
4646
if (
argMapper
== null) argMapper = new ArgMapper(this, true);
4647
return
argMapper
.Args;