1 write to _parent
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
820_parent = parent;
11 references to _parent
System.ServiceModel.Primitives (11)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (11)
866lock (_parent.ThisLock) 892lock (_parent.ThisLock) 897_parent.AddToTimedOutRequestList(this); 899_parent.RequestCompleting(this); 908Complete(completedSynchronously, _parent.GetReceiveTimeoutException(_timeout)); 921lock (_parent.ThisLock) 940_parent._channel.EndSend(sendResult); 954lock (_parent.ThisLock) 983lock (_parent.ThisLock) 993_parent.RemoveFromTimedOutRequestList(this); 1023lock (_parent.ThisLock)