3 writes to responseStream
System.Data.Services.Client (3)
System\Data\Services\Client\QueryResult.cs (3)
240this.responseStream = copy; 249this.responseStream = null; 581state.responseStream = Util.NullCheck(state.GetAsyncResponseStreamCopy(), InternalError.InvalidAsyncResponseStreamCopy);
5 references to responseStream
System.Data.Services.Client (5)
System\Data\Services\Client\QueryResult.cs (5)
157return this.responseStream; 373if (null != this.responseStream) 375this.responseStream.Position = 0; 579if (null == state.responseStream) 659Stream outputResponse = Util.NullCheck(state.responseStream, InternalError.InvalidEndReadCopy);