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