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