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