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