1 write to materializer
System.Data.Services.Client (1)
System\Data\Services\Client\MaterializeFromAtom.cs (1)
127
this.
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)
288
this.
materializer
.Log.Clear();
309
while (this.
materializer
.Read())
312
list.Add(this.
materializer
.CurrentValue);
327
result = this.
materializer
.Read();
330
this.current = this.
materializer
.CurrentValue;
337
this.
materializer
.Log.ApplyToContext();
374
this.
materializer
.TargetInstance = addedObject;
422
Debug.Assert(this.
materializer
!= null, "Materializer is null!");
427
if ((this.expectingSingleValue && !this.moved) || (!this.expectingSingleValue && !this.
materializer
.IsEndOfStream))
436
if (this.expectingSingleValue || this.
materializer
.CurrentFeed == null)
444
this.
materializer
.CurrentFeed.NextLink,
445
this.
materializer
.MaterializeEntryPlan);
450
if (!this.
materializer
.NextLinkTable.TryGetValue(key, out result))
478
if (this.
materializer
.CurrentFeed != null &&
479
this.
materializer
.CurrentFeed.Count.HasValue)
481
this.countValue = this.
materializer
.CurrentFeed.Count.Value;