7 instantiations of SerializedArg
mscorlib (7)
system\runtime\remoting\messagesmuggler.cs (7)
104
return new
SerializedArg
(index);
128
return new
SerializedArg
(index);
318
_instantiation = new
SerializedArg
(argsToSerialize.Count);
328
_methodSignature = new
SerializedArg
(argsToSerialize.Count);
343
_callContext = new
SerializedArg
(argsToSerialize.Count);
495
_exception = new
SerializedArg
(argsToSerialize.Count);
513
_callContext = new
SerializedArg
(argsToSerialize.Count);
7 references to SerializedArg
mscorlib (7)
system\runtime\remoting\messagesmuggler.cs (7)
157
SerializedArg
serializedArg = arg as
SerializedArg
;
273
private
SerializedArg
_methodSignature = null;
274
private
SerializedArg
_instantiation = null;
425
return (LogicalCallContext)deserializedArgs[((
SerializedArg
)_callContext).Index];
457
private
SerializedArg
_exception = null;
589
return (LogicalCallContext)deserializedArgs[((
SerializedArg
)_callContext).Index];