3 instantiations of DuplexRequestContext
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (3)
327requestContext = new DuplexRequestContext(_channel, message, this); 345return new DuplexRequestContext(_channel, message, this); 428requestContext = new DuplexRequestContext(_channel, message, this);
2 references to DuplexRequestContext
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
669private DuplexRequestContext _context; 671public ReplyAsyncResult(DuplexRequestContext context, Message message, TimeSpan timeout, AsyncCallback callback, object state)