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