4 writes to _argMapper
mscorlib (4)
system\runtime\remoting\message.cs (4)
6093
if (_argMapper == null)
_argMapper
= new ArgMapper(this, true);
6102
if (_argMapper == null)
_argMapper
= new ArgMapper(this, true);
6110
if (_argMapper == null)
_argMapper
= new ArgMapper(this, true);
6120
if (_argMapper == null)
_argMapper
= new ArgMapper(this, true);
8 references to _argMapper
mscorlib (8)
system\runtime\remoting\message.cs (8)
6093
if (
_argMapper
== null) _argMapper = new ArgMapper(this, true);
6094
return
_argMapper
.ArgCount;
6102
if (
_argMapper
== null) _argMapper = new ArgMapper(this, true);
6103
return
_argMapper
.GetArg(argNum);
6110
if (
_argMapper
== null) _argMapper = new ArgMapper(this, true);
6111
return
_argMapper
.GetArgName(index);
6120
if (
_argMapper
== null) _argMapper = new ArgMapper(this, true);
6121
return
_argMapper
.Args;