3 references to Create
System.Data.Linq (3)
DataContext.cs (1)
1206return BindingList.Create<TEntity>(this.context, this);
DataQuery.cs (1)
86return BindingList.Create<T>(this.context, this);
SqlClient\SqlProvider.cs (1)
1953this.cachedList = BindingList.Create<T>(this.context, this);