4 writes to EntityHasBeenResolved
System.Data.Services.Client (4)
System\Data\Services\Client\AtomMaterializer.cs (4)
1620entry.EntityHasBeenResolved = true; 1644entry.EntityHasBeenResolved = true; 1676entry.EntityHasBeenResolved = true; 1719entry.EntityHasBeenResolved = true;
7 references to EntityHasBeenResolved
System.Data.Services.Client (7)
System\Data\Services\Client\AtomMaterializer.cs (7)
643if (!entry.EntityHasBeenResolved) 711if (!entry.EntityHasBeenResolved) 794if (segmentIsLeaf && !atomProperty.Entry.EntityHasBeenResolved && !atomProperty.IsNull) 851if (entry.EntityHasBeenResolved) 1186if (!feedEntry.EntityHasBeenResolved) 1734Debug.Assert(entry.EntityHasBeenResolved == false, "entry.EntityHasBeenResolved == false"); 1755Debug.Assert(entry.EntityHasBeenResolved, "entry.EntityHasBeenResolved");