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