2 references to UnsafeDeserializeMethodResponse
System.Runtime.Remoting (2)
channels\core\corechannel.cs (2)
594
IMessage replyMsg = (IMessage)fmt.
UnsafeDeserializeMethodResponse
(inputStream, null, reqMsg);
685
ret = ((BinaryFormatter)fmt).
UnsafeDeserializeMethodResponse
(fmtStm, null, (IMethodCallMessage)msg);