1 write to _entityDataSourceState
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceWizardForm.cs (1)
31
_entityDataSourceState
= entityDataSourceState;
3 references to _entityDataSourceState
System.Web.Entity.Design (3)
System\Data\WebControls\Design\EntityDataSourceWizardForm.cs (3)
38
_configureContext = new EntityDataSourceConfigureObjectContext(contextPanel, this, entityDataSourceDesigner.Helper,
_entityDataSourceState
);
41
_configureDataSelection = new EntityDataSourceDataSelection(dataPanel, this, entityDataSourceDesigner.Helper,
_entityDataSourceState
);
66
return
_entityDataSourceState
;