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