2 writes to httpResponseMessage
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\XmlStreamedByteStreamReader.cs (2)
164this.httpResponseMessage = httpResponseMessage; 185this.httpResponseMessage = null;
2 references to httpResponseMessage
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\XmlStreamedByteStreamReader.cs (2)
169if (this.httpResponseMessage == null) 174HttpContent content = this.httpResponseMessage.Content;