4 writes to _argMapper
mscorlib (4)
system\runtime\remoting\message.cs (4)
5862
if (_argMapper == null)
_argMapper
= new ArgMapper(this, false);
5871
if (_argMapper == null)
_argMapper
= new ArgMapper(this, false);
5879
if (_argMapper == null)
_argMapper
= new ArgMapper(this, false);
5889
if (_argMapper == null)
_argMapper
= new ArgMapper(this, false);
8 references to _argMapper
mscorlib (8)
system\runtime\remoting\message.cs (8)
5862
if (
_argMapper
== null) _argMapper = new ArgMapper(this, false);
5863
return
_argMapper
.ArgCount;
5871
if (
_argMapper
== null) _argMapper = new ArgMapper(this, false);
5872
return
_argMapper
.GetArg(argNum);
5879
if (
_argMapper
== null) _argMapper = new ArgMapper(this, false);
5880
return
_argMapper
.GetArgName(index);
5889
if (
_argMapper
== null) _argMapper = new ArgMapper(this, false);
5890
return
_argMapper
.Args;