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