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)
866
lock (
_parent
.ThisLock)
892
lock (
_parent
.ThisLock)
897
_parent
.AddToTimedOutRequestList(this);
899
_parent
.RequestCompleting(this);
908
Complete(completedSynchronously,
_parent
.GetReceiveTimeoutException(_timeout));
921
lock (
_parent
.ThisLock)
940
_parent
._channel.EndSend(sendResult);
954
lock (
_parent
.ThisLock)
983
lock (
_parent
.ThisLock)
993
_parent
.RemoveFromTimedOutRequestList(this);
1023
lock (
_parent
.ThisLock)