2 writes to translator
System.Data.Linq (2)
SqlClient\SqlProvider.cs (2)
142this.translator = new Translator(this.services, this.sqlFactory, this.typeProvider); 465this.translator = null;
3 references to translator
System.Data.Linq (3)
SqlClient\SqlProvider.cs (3)
1408QueryConverter converter = new QueryConverter(this.services, this.typeProvider, this.translator, this.sqlFactory); 1456SqlBinder binder = new SqlBinder(this.translator, this.sqlFactory, this.services.Model, this.services.Context.LoadOptions, columnizer, canUseOuterApply); 1678suq.Projection = this.translator.BuildProjection(rowExp, rowType, true, null, tmp);