1 implementation of DispatchReplyMessage
mscorlib (1)
system\runtime\remoting\channelsinkstacks.cs (1)
164public void DispatchReplyMessage(IMessage msg)
2 references to DispatchReplyMessage
System.Runtime.Remoting (2)
channels\sinks\binaryformattersinks.cs (1)
272sinkStack.DispatchReplyMessage(retMsg);
channels\sinks\soapformattersinks.cs (1)
325sinkStack.DispatchReplyMessage(retMsg);