1 write to nextLinkTable
System.Data.Services.Client (1)
System\Data\Services\Client\AtomMaterializer.cs (1)
271
this.
nextLinkTable
= new Dictionary<IEnumerable, DataServiceQueryContinuation>(ReferenceEqualityComparer<IEnumerable>.Instance);
11 references to nextLinkTable
System.Data.Services.Client (11)
System\Data\Services\Client\AtomMaterializer.cs (11)
351
get { return this.
nextLinkTable
; }
467
if (materializer.
nextLinkTable
.TryGetValue(source, out continuation))
469
materializer.
nextLinkTable
[list] = continuation;
677
DataServiceQueryContinuation continuation = materializer.
nextLinkTable
[valueAsEnumerable];
949
this.
nextLinkTable
.Clear();
1035
if (this.
nextLinkTable
.TryGetValue(from, out continuation))
1037
this.
nextLinkTable
.Add(to, continuation);
1864
if (collection != null && !this.
nextLinkTable
.ContainsKey(collection))
1867
this.
nextLinkTable
.Add(collection, continuation);
1876
if (collection != null && !this.
nextLinkTable
.ContainsKey(collection))
1878
this.
nextLinkTable
.Add(collection, null);