2 instantiations of MessageRpc
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (1)
52MessageRpc messageRpc = new MessageRpc(message, OperationContext.Current, this.channelExtension.ImpersonationRequired);
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (1)
32this.messageRpc = new MessageRpc(message, OperationContext.Current, service.ChannelExtension.ImpersonationRequired);
14 references to MessageRpc
System.ServiceModel.Routing (14)
System\ServiceModel\Routing\MessageRpc.cs (1)
249public CallState (MessageRpc messageRpc)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (8)
52MessageRpc messageRpc = new MessageRpc(message, OperationContext.Current, this.channelExtension.ImpersonationRequired); 154MessageRpc messageRpc = this.service.SessionMessages[this.sessionMessageIndex]; 284MessageRpc messageRpc = this.service.SessionMessages[this.sessionMessageIndex]; 323foreach (MessageRpc messageRpc in this.service.SessionMessages) 507MessageRpc messageRpc = this.service.SessionMessages[this.sessionMessageIndex]; 604foreach (MessageRpc messageRpc in this.service.SessionMessages) 637MessageRpc messageRpc = this.service.SessionMessages[this.sessionMessageIndex]; 696MessageRpc messageRpc = this.service.SessionMessages[this.sessionMessageIndex];
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (1)
22MessageRpc messageRpc;
System\ServiceModel\Routing\RoutingService.cs (4)
49this.SessionMessages = new List<MessageRpc>(1); 101internal IList<MessageRpc> SessionMessages 113internal void CreateNewTransactionIfNeeded(MessageRpc messageRpc) 180internal Transaction GetTransactionForSending(MessageRpc messageRpc)