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