1 write to parent
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
1058this.parent = parent;
5 references to parent
System.ServiceModel (5)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (5)
1073this.Complete(false, parent.CreateClosedException()); 1081this.Complete(false, parent.GetTerminalException()); 1091if (!parent.connection.EndAddMessage(result)) 1092completeException = this.parent.GetInvalidAddException(); 1109parent.connection.BeginAddMessage(message, timeout, this, Fx.ThunkCallback(new AsyncCallback(AddCompleted)), null);