1 write to materializer
System.Data.Services.Client (1)
System\Data\Services\Client\MaterializeFromAtom.cs (1)
127this.materializer = new AtomMaterializer(parser, context, materializerType, this.ignoreMissingProperties, mergeOption, log, this.MaterializedObjectCallback, queryComponents, plan);
16 references to materializer
System.Data.Services.Client (16)
System\Data\Services\Client\MaterializeFromAtom.cs (16)
288this.materializer.Log.Clear(); 309while (this.materializer.Read()) 312list.Add(this.materializer.CurrentValue); 327result = this.materializer.Read(); 330this.current = this.materializer.CurrentValue; 337this.materializer.Log.ApplyToContext(); 374this.materializer.TargetInstance = addedObject; 422Debug.Assert(this.materializer != null, "Materializer is null!"); 427if ((this.expectingSingleValue && !this.moved) || (!this.expectingSingleValue && !this.materializer.IsEndOfStream)) 436if (this.expectingSingleValue || this.materializer.CurrentFeed == null) 444this.materializer.CurrentFeed.NextLink, 445this.materializer.MaterializeEntryPlan); 450if (!this.materializer.NextLinkTable.TryGetValue(key, out result)) 478if (this.materializer.CurrentFeed != null && 479this.materializer.CurrentFeed.Count.HasValue) 481this.countValue = this.materializer.CurrentFeed.Count.Value;