4 instantiations of ContentStream
System.Data.Services.Client (4)
System\Data\Services\Client\DataServiceContext.cs (4)
4245pereq.RequestContentStream = new PerRequest.ContentStream(memory, true); 4813return new PerRequest.ContentStream(this.mediaResourceRequestStream, false); 4820return new PerRequest.ContentStream(this.Context.CreateRequestData(box, newline), true); 4830return new PerRequest.ContentStream(this.Context.CreateRequestData(link, newline), true);
7 references to ContentStream
System.Data.Services.Client (7)
System\Data\Services\Client\DataServiceContext.cs (7)
4342PerRequest.ContentStream contentStream = this.CreateChangeData(this.entryIndex, false); 4793private PerRequest.ContentStream CreateChangeData(int index, bool newline) 5149PerRequest.ContentStream contentStream = this.CreateChangeData(i, true); 5721PerRequest.ContentStream contentStream = pereq.RequestContentStream; 5785PerRequest.ContentStream contentStream = pereq.RequestContentStream; 5866PerRequest.ContentStream contentStream = pereq.RequestContentStream; 6123internal ContentStream RequestContentStream