4 writes to _argMapper
mscorlib (4)
system\runtime\remoting\message.cs (4)
334
if (_argMapper == null)
_argMapper
= new ArgMapper(this, false);
342
if (_argMapper == null)
_argMapper
= new ArgMapper(this, false);
349
if (_argMapper == null)
_argMapper
= new ArgMapper(this, false);
358
if (_argMapper == null)
_argMapper
= new ArgMapper(this, false);
8 references to _argMapper
mscorlib (8)
system\runtime\remoting\message.cs (8)
334
if (
_argMapper
== null) _argMapper = new ArgMapper(this, false);
335
return
_argMapper
.ArgCount;
342
if (
_argMapper
== null) _argMapper = new ArgMapper(this, false);
343
return
_argMapper
.GetArg(argNum);
349
if (
_argMapper
== null) _argMapper = new ArgMapper(this, false);
350
return
_argMapper
.GetArgName(index);
358
if (
_argMapper
== null) _argMapper = new ArgMapper(this, false);
359
return
_argMapper
.Args;