1 write to materializeEntryPlan
System.Data.Services.Client (1)
System\Data\Services\Client\AtomMaterializer.cs (1)
272this.materializeEntryPlan = plan ?? CreatePlan(queryComponents);
2 references to materializeEntryPlan
System.Data.Services.Client (2)
System\Data\Services\Client\AtomMaterializer.cs (2)
288get { return this.materializeEntryPlan; } 970this.currentValue = this.materializeEntryPlan.Run(this, this.CurrentEntry, this.expectedType);