1 write to _parent
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
705
_parent
= parent;
6 references to _parent
System.ServiceModel.Primitives (6)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (6)
745
if (!await
_parent
.connection.AddMessageAsync(message, timeoutHelper.RemainingTime(), this))
746
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
_parent
.GetInvalidAddException());
809
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
_parent
.CreateClosedException());
813
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
_parent
.GetTerminalException());
829
WsrmFault fault = SequenceTerminatedFault.CreateCommunicationFault(
_parent
.session.InputID,
831
_parent
.session.OnLocalFault(null, fault, null);