3 references to Materialize
System.Data.Services.Client (3)
System\Data\Services\Client\DataServiceContext.cs (1)
5443
MaterializeAtom materializer = DataServiceRequest.
Materialize
(this.Context, query.QueryComponents, null, contentType, batch.GetContentStream());
System\Data\Services\Client\QueryResult.cs (2)
331
materializer = DataServiceRequest.
Materialize
(context, this.ServiceRequest.QueryComponents, plan, this.ContentType, this.GetResponseStream());
350
MaterializeAtom materializeAtom = DataServiceRequest.
Materialize
(context, this.ServiceRequest.QueryComponents, plan, this.ContentType, this.GetResponseStream());