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