1 write to Names
System.Data.Linq (1)
SqlClient\Query\SqlNamer.cs (1)
252this.Names = new HashSet<string>();
2 references to Names
System.Data.Linq (2)
SqlClient\Query\SqlNamer.cs (2)
226return visitor.Names; 257this.Names.Add(col.Name);