1 write to _parent
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
819_parent = parent;
11 references to _parent
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (11)
865lock (_parent.ThisLock) 888lock (_parent.ThisLock) 893_parent.AddToTimedOutRequestList(this); 895_parent.RequestCompleting(this); 901this.Complete(completedSynchronously, _parent.GetReceiveTimeoutException(_timeout)); 911lock (_parent.ThisLock) 928_parent._channel.EndSend(sendResult); 941lock (_parent.ThisLock) 968lock (_parent.ThisLock) 978_parent.RemoveFromTimedOutRequestList(this); 1006lock (_parent.ThisLock)