3 writes to bufferedReply
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (3)
1430this.bufferedReply = reply.CreateBufferedCopy(int.MaxValue); 1556this.bufferedReply = reply.CreateBufferedCopy(int.MaxValue); 1594this.bufferedReply = Message.CreateMessage(this.channel.MessageVersion, WsrmFeb2005Strings.LastMessageAction).CreateBufferedCopy(int.MaxValue);
8 references to bufferedReply
System.ServiceModel (8)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (8)
1380return (this.bufferedReply != null); 1429if ((reply != null) && (this.bufferedReply == null)) 1555if ((reply != null) && (this.bufferedReply == null)) 1593if (this.bufferedReply == null) 1612if (this.bufferedReply != null) 1614reply = this.bufferedReply.CreateMessage(); 1715if (this.context.bufferedReply != null) 1717this.reply = this.context.bufferedReply.CreateMessage();