4 writes to _argMapper
mscorlib (4)
system\runtime\remoting\message.cs (4)
2715
if (_argMapper == null)
_argMapper
= new ArgMapper(this, true);
2723
if (_argMapper == null)
_argMapper
= new ArgMapper(this, true);
2730
if (_argMapper == null)
_argMapper
= new ArgMapper(this, true);
2738
if (_argMapper == null)
_argMapper
= new ArgMapper(this, true);
8 references to _argMapper
mscorlib (8)
system\runtime\remoting\message.cs (8)
2715
if (
_argMapper
== null) _argMapper = new ArgMapper(this, true);
2716
return
_argMapper
.ArgCount;
2723
if (
_argMapper
== null) _argMapper = new ArgMapper(this, true);
2724
return
_argMapper
.GetArg(argNum);
2730
if (
_argMapper
== null) _argMapper = new ArgMapper(this, true);
2731
return
_argMapper
.GetArgName(index);
2738
if (
_argMapper
== null) _argMapper = new ArgMapper(this, true);
2739
return
_argMapper
.Args;