4 writes to _argMapper
mscorlib (4)
system\runtime\remoting\message.cs (4)
1188_argMapper = new ArgMapper(this, false); 1197_argMapper = new ArgMapper(this, false); 1206_argMapper = new ArgMapper(this, false); 1215_argMapper = new ArgMapper(this, false);
8 references to _argMapper
mscorlib (8)
system\runtime\remoting\message.cs (8)
1187if (_argMapper == null) 1189return _argMapper.ArgCount; 1196if (_argMapper == null) 1198return _argMapper.GetArg(argNum); 1205if (_argMapper == null) 1207return _argMapper.GetArgName(index); 1214if (_argMapper == null) 1216return _argMapper.Args;