3 writes to isShortCutResponse
System.ServiceModel (3)
System\ServiceModel\Channels\HttpPipeline.cs (3)
570this.isShortCutResponse = false; 822this.isShortCutResponse = false; 843this.isShortCutResponse = !channelEnqueued;
3 references to isShortCutResponse
System.ServiceModel (3)
System\ServiceModel\Channels\HttpPipeline.cs (3)
440if (!this.isShortCutResponse) 591if (this.isShortCutResponse && this.wasProcessInboundRequestSuccessful && this.dequeuedCallback != null) 613if (this.isShortCutResponse)