5 writes to argMapper
mscorlib (5)
system\runtime\remoting\message.cs (5)
4496if (argMapper == null) argMapper = new ArgMapper(this, true); 4620if (argMapper == null) argMapper = new ArgMapper(this, true); 4629if (argMapper == null) argMapper = new ArgMapper(this, true); 4637if (argMapper == null) argMapper = new ArgMapper(this, true); 4646if (argMapper == null) argMapper = new ArgMapper(this, true);
10 references to argMapper
mscorlib (10)
system\runtime\remoting\message.cs (10)
4496if (argMapper == null) argMapper = new ArgMapper(this, true); 4505int position = argMapper.Map[j-paramNameIndex]; 4620if (argMapper == null) argMapper = new ArgMapper(this, true); 4621return argMapper.ArgCount; 4629if (argMapper == null) argMapper = new ArgMapper(this, true); 4630return argMapper.GetArg(argNum); 4637if (argMapper == null) argMapper = new ArgMapper(this, true); 4638return argMapper.GetArgName(index); 4646if (argMapper == null) argMapper = new ArgMapper(this, true); 4647return argMapper.Args;