4 writes to _argMapper
mscorlib (4)
system\runtime\remoting\message.cs (4)
2423if (_argMapper == null) _argMapper = new ArgMapper(this, true); 2431if (_argMapper == null) _argMapper = new ArgMapper(this, true); 2438if (_argMapper == null) _argMapper = new ArgMapper(this, true); 2446if (_argMapper == null) _argMapper = new ArgMapper(this, true);
8 references to _argMapper
mscorlib (8)
system\runtime\remoting\message.cs (8)
2423if (_argMapper == null) _argMapper = new ArgMapper(this, true); 2424return _argMapper.ArgCount; 2431if (_argMapper == null) _argMapper = new ArgMapper(this, true); 2432return _argMapper.GetArg(argNum); 2438if (_argMapper == null) _argMapper = new ArgMapper(this, true); 2439return _argMapper.GetArgName(index); 2446if (_argMapper == null) _argMapper = new ArgMapper(this, true); 2447return _argMapper.Args;