4 writes to contentStream
System.Data.Services (4)
parent\Client\System\Data\Services\Client\BatchStream.cs (4)
653
this.
contentStream
= new StreamWithLength(this, length);
665
this.
contentStream
= new StreamWithDelimiter(this);
835
this.
contentStream
= null;
1609
this.target.
contentStream
= null;
8 references to contentStream
System.Data.Services (8)
parent\Client\System\Data\Services\Client\BatchStream.cs (8)
391
if (null != this.
contentStream
)
393
this.
contentStream
.Dispose();
457
Debug.Assert(null == this.
contentStream
, "non-null content stream");
683
if (null == this.
contentStream
)
734
return this.
contentStream
;
743
if (null != this.
contentStream
)
757
if (null != this.
contentStream
)
759
this.
contentStream
.Dispose();