2 writes to _contextType
System.Web.Extensions (2)
UI\WebControls\ContextDataSourceView.cs (2)
79
_contextType
= null;
88
_contextType
= DataSourceHelper.GetType(ContextTypeName);
2 references to _contextType
System.Web.Extensions (2)
UI\WebControls\ContextDataSourceView.cs (2)
87
if (
_contextType
== null && !String.IsNullOrEmpty(ContextTypeName)) {
90
return
_contextType
;