1 write to nodeMap
System.Data.Linq (1)
SqlClient\Query\SqlDuplicator.cs (1)
45
this.
nodeMap
= new Dictionary<SqlNode, SqlNode>();
15 references to nodeMap
System.Data.Linq (15)
SqlClient\Query\SqlDuplicator.cs (15)
53
if (this.
nodeMap
.TryGetValue(node, out result)) {
57
this.
nodeMap
[node] = result;
66
this.
nodeMap
[a] = n;
72
if (this.ingoreExternalRefs && !this.
nodeMap
.ContainsKey(aref.Alias)) {
137
this.
nodeMap
[link] = newLink;
145
this.
nodeMap
[col] = n;
151
if (this.ingoreExternalRefs && !this.
nodeMap
.ContainsKey(cref.Column)) {
245
this.
nodeMap
[tab] = nt;
258
this.
nodeMap
[suq] = n;
262
this.
nodeMap
[suc] = dupSuc;
275
this.
nodeMap
[spc] = n;
282
if (this.ingoreExternalRefs && !this.
nodeMap
.ContainsKey(suc)) {
399
this.
nodeMap
[fc] = nfc;
414
this.
nodeMap
[sub] = n;
419
if (this.ingoreExternalRefs && !this.
nodeMap
.ContainsKey(sref.SharedExpression)) {