1 write to map
System.Data.Linq (1)
SqlClient\Query\SqlDeflator.cs (1)
202
this.
map
= new Dictionary<SqlColumn, SqlColumn>();
3 references to map
System.Data.Linq (3)
SqlClient\Query\SqlDeflator.cs (3)
217
return this.
map
.TryGetValue(c1, out r) && r == c2;
256
this.
map
[cLeft] = cRight;
257
this.
map
[cRight] = cLeft;