4 writes to _argMapper
mscorlib (4)
system\runtime\remoting\message.cs (4)
2715if (_argMapper == null) _argMapper = new ArgMapper(this, true); 2723if (_argMapper == null) _argMapper = new ArgMapper(this, true); 2730if (_argMapper == null) _argMapper = new ArgMapper(this, true); 2738if (_argMapper == null) _argMapper = new ArgMapper(this, true);
8 references to _argMapper
mscorlib (8)
system\runtime\remoting\message.cs (8)
2715if (_argMapper == null) _argMapper = new ArgMapper(this, true); 2716return _argMapper.ArgCount; 2723if (_argMapper == null) _argMapper = new ArgMapper(this, true); 2724return _argMapper.GetArg(argNum); 2730if (_argMapper == null) _argMapper = new ArgMapper(this, true); 2731return _argMapper.GetArgName(index); 2738if (_argMapper == null) _argMapper = new ArgMapper(this, true); 2739return _argMapper.Args;