2 writes to _entityDataSource
System.Web.Entity (2)
System\Data\WebControls\WebControlParameterProxy.cs (2)
33
_entityDataSource
= entityDataSource;
41
_entityDataSource
= entityDataSource;
1 reference to _entityDataSource
System.Web.Entity (1)
System\Data\WebControls\WebControlParameterProxy.cs (1)
115
object paramValue = EntityDataSourceUtil.GetParameterValue(_parameter.Name, _collection,
_entityDataSource
);