1 write to parent
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
897this.parent = parent;
6 references to parent
System.ServiceModel (6)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (6)
945if (!parent.connection.AddMessage(message, timeout, this)) 946throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(this.parent.GetInvalidAddException()); 1013throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(this.parent.CreateClosedException()); 1017throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(this.parent.GetTerminalException()); 1033WsrmFault fault = SequenceTerminatedFault.CreateCommunicationFault(this.parent.session.InputID, 1035this.parent.session.OnLocalFault(null, fault, null);