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