4 writes to _argMapper
mscorlib (4)
system\runtime\remoting\message.cs (4)
2423
if (_argMapper == null)
_argMapper
= new ArgMapper(this, true);
2431
if (_argMapper == null)
_argMapper
= new ArgMapper(this, true);
2438
if (_argMapper == null)
_argMapper
= new ArgMapper(this, true);
2446
if (_argMapper == null)
_argMapper
= new ArgMapper(this, true);
8 references to _argMapper
mscorlib (8)
system\runtime\remoting\message.cs (8)
2423
if (
_argMapper
== null) _argMapper = new ArgMapper(this, true);
2424
return
_argMapper
.ArgCount;
2431
if (
_argMapper
== null) _argMapper = new ArgMapper(this, true);
2432
return
_argMapper
.GetArg(argNum);
2438
if (
_argMapper
== null) _argMapper = new ArgMapper(this, true);
2439
return
_argMapper
.GetArgName(index);
2446
if (
_argMapper
== null) _argMapper = new ArgMapper(this, true);
2447
return
_argMapper
.Args;