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)
87if (_contextType == null && !String.IsNullOrEmpty(ContextTypeName)) { 90return _contextType;