1 write to _view
System.Web.Entity (1)
System\Data\WebControls\EntityDataSource.cs (1)
777_view = CreateView();
7 references to _view
System.Web.Entity (7)
System\Data\WebControls\EntityDataSource.cs (7)
775if (null == _view) 780((IStateManager)_view).TrackViewState(); 783return _view; 821state[ORD_VIEW] = _view == null ? null : ((IStateManager)_view).SaveViewState(); 1115if (null != _view) //Don't want to call View and create a new view during unload. 1117_view.DisposeContext();