1 write to _correlator
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
37_correlator = correlator;
4 references to _correlator
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (4)
227RequestReplyCorrelator requestReplyCorrelator = _correlator as RequestReplyCorrelator; 281IDuplexRequest request = _correlator.Find<IDuplexRequest>(message, true); 534_correlator.Add<IDuplexRequest>(message, request); 590RequestReplyCorrelator requestReplyCorrelator = _correlator as RequestReplyCorrelator;