34 references to ArgMapper
mscorlib (34)
system\runtime\remoting\message.cs (33)
334
if (_argMapper == null) _argMapper = new
ArgMapper
(this, false);
342
if (_argMapper == null) _argMapper = new
ArgMapper
(this, false);
349
if (_argMapper == null) _argMapper = new
ArgMapper
(this, false);
358
if (_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);
2423
if (_argMapper == null) _argMapper = new
ArgMapper
(this, true);
2431
if (_argMapper == null) _argMapper = new
ArgMapper
(this, true);
2438
if (_argMapper == null) _argMapper = new
ArgMapper
(this, true);
2446
if (_argMapper == null) _argMapper = new
ArgMapper
(this, true);
2715
if (_argMapper == null) _argMapper = new
ArgMapper
(this, true);
2723
if (_argMapper == null) _argMapper = new
ArgMapper
(this, true);
2730
if (_argMapper == null) _argMapper = new
ArgMapper
(this, true);
2738
if (_argMapper == null) _argMapper = new
ArgMapper
(this, true);
3593
if (argMapper == null) argMapper = new
ArgMapper
(this, false);
3602
if (argMapper == null) argMapper = new
ArgMapper
(this, false);
3610
if (argMapper == null) argMapper = new
ArgMapper
(this, false);
3619
if (argMapper == null) argMapper = new
ArgMapper
(this, false);
4496
if (argMapper == null) argMapper = new
ArgMapper
(this, true);
4620
if (argMapper == null) argMapper = new
ArgMapper
(this, true);
4629
if (argMapper == null) argMapper = new
ArgMapper
(this, true);
4637
if (argMapper == null) argMapper = new
ArgMapper
(this, true);
4646
if (argMapper == null) argMapper = new
ArgMapper
(this, true);
5862
if (_argMapper == null) _argMapper = new
ArgMapper
(this, false);
5871
if (_argMapper == null) _argMapper = new
ArgMapper
(this, false);
5879
if (_argMapper == null) _argMapper = new
ArgMapper
(this, false);
5889
if (_argMapper == null) _argMapper = new
ArgMapper
(this, false);
6093
if (_argMapper == null) _argMapper = new
ArgMapper
(this, true);
6102
if (_argMapper == null) _argMapper = new
ArgMapper
(this, true);
6110
if (_argMapper == null) _argMapper = new
ArgMapper
(this, true);
6120
if (_argMapper == null) _argMapper = new
ArgMapper
(this, true);
system\runtime\remoting\remotingsurrogateselector.cs (1)
297
ArgMapper mapper = new
ArgMapper
(msg, true /*fOut*/);