2 writes to asyncMessage
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (2)
1815this.asyncMessage = this.replyProvider.Provide(this.channel, info); 1831this.asyncMessage = null;
4 references to asyncMessage
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (4)
1821IAsyncResult result = this.requestContext.BeginReply(this.asyncMessage, timeout, 1830this.asyncMessage.Close(); 1851if (this.asyncMessage != null) 1853this.asyncMessage.Close();