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