1 write to _cache
System.Web (1)
UI\WebControls\SqlDataSource.cs (1)
88
_cache
= new SqlDataSourceCache();
2 references to _cache
System.Web (2)
UI\WebControls\SqlDataSource.cs (2)
87
if (
_cache
== null) {
90
return
_cache
;