35 instantiations of ArgMapper
mscorlib (35)
system\runtime\remoting\message.cs (34)
334if (_argMapper == null) _argMapper = new ArgMapper(this, false); 342if (_argMapper == null) _argMapper = new ArgMapper(this, false); 349if (_argMapper == null) _argMapper = new ArgMapper(this, false); 358if (_argMapper == null) _argMapper = new ArgMapper(this, false); 1188_argMapper = new ArgMapper(this, false); 1197_argMapper = new ArgMapper(this, false); 1206_argMapper = new ArgMapper(this, false); 1215_argMapper = new ArgMapper(this, false); 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); 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); 3593if (argMapper == null) argMapper = new ArgMapper(this, false); 3602if (argMapper == null) argMapper = new ArgMapper(this, false); 3610if (argMapper == null) argMapper = new ArgMapper(this, false); 3619if (argMapper == null) argMapper = new ArgMapper(this, false); 3896ArgMapper argm = new ArgMapper(MI, false); 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); 5862if (_argMapper == null) _argMapper = new ArgMapper(this, false); 5871if (_argMapper == null) _argMapper = new ArgMapper(this, false); 5879if (_argMapper == null) _argMapper = new ArgMapper(this, false); 5889if (_argMapper == null) _argMapper = new ArgMapper(this, false); 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);
system\runtime\remoting\remotingsurrogateselector.cs (1)
297ArgMapper mapper = new ArgMapper(msg, true /*fOut*/);
12 references to ArgMapper
mscorlib (12)
system\runtime\remoting\channelsinkstacks.cs (1)
443outArgs = ArgMapper.ExpandAsyncEndArgsToSyncArgs(syncCache, outArgs);
system\runtime\remoting\message.cs (9)
79private ArgMapper _argMapper; 984private ArgMapper _argMapper; 2329ArgMapper _argMapper; 2544internal ArgMapper _argMapper; 2839private ArgMapper argMapper; 3896ArgMapper argm = new ArgMapper(MI, false); 4115private ArgMapper argMapper; 5757ArgMapper _argMapper = null; 5981ArgMapper _argMapper = null;
system\runtime\remoting\remotingattributes.cs (1)
409ArgMapper.GetParameterMaps(Parameters,
system\runtime\remoting\remotingsurrogateselector.cs (1)
297ArgMapper mapper = new ArgMapper(msg, true /*fOut*/);