1 write to channelModelIntegrationHandlerTask
System.ServiceModel (1)
System\ServiceModel\Channels\HttpPipeline.cs (1)
491
this.
channelModelIntegrationHandlerTask
= new TaskCompletionSource<HttpResponseMessage>();
4 references to channelModelIntegrationHandlerTask
System.ServiceModel (4)
System\ServiceModel\Channels\HttpPipeline.cs (4)
490
Fx.Assert(this.
channelModelIntegrationHandlerTask
== null, "channelModelIntegrationHandlerTask should be null.");
493
return this.
channelModelIntegrationHandlerTask
.Task;
722
if (this.
channelModelIntegrationHandlerTask
!= null)
752
this.
channelModelIntegrationHandlerTask
.TrySetResult(httpResponseMessage);