1 write to cachedList
System.Data.Linq (1)
SqlClient\SqlProvider.cs (1)
1953this.cachedList = BindingList.Create<T>(this.context, this);
2 references to cachedList
System.Data.Linq (2)
SqlClient\SqlProvider.cs (2)
1952if (this.cachedList == null) { 1955return this.cachedList;