1 write to parent
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
882
this.
parent
= parent;
12 references to parent
System.ServiceModel (12)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (12)
929
lock (this.
parent
.ThisLock)
953
lock (this.
parent
.ThisLock)
958
this.
parent
.AddToTimedOutRequestList(this);
960
this.
parent
.RequestCompleting(this);
966
this.Complete(completedSynchronously, this.
parent
.GetReceiveTimeoutException(this.timeout));
976
lock (this.
parent
.ThisLock)
993
this.
parent
.channel.EndSend(sendResult);
1006
lock (this.
parent
.ThisLock)
1021
this.
parent
.ThrowIfInvalidReplyIdentity(this.reply);
1034
lock (this.
parent
.ThisLock)
1044
this.
parent
.RemoveFromTimedOutRequestList(this);
1072
lock (this.
parent
.ThisLock)