2 writes to _entityConnection
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (2)
623_entityConnection = new EntityConnection(metadataWorkspace, dbConnection); 651_entityConnection = null;
8 references to _entityConnection
System.Web.Entity.Design (8)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (8)
390if (!_interactiveMode && _entityConnection == null) 396if (_entityConnection != null) 402_entityConnection.GetMetadataWorkspace().TryGetItemCollection(DataSpace.CSpace, out itemCollection); 1111if (_entityConnection == null) 1126Debug.Assert(_entityConnection != null, "_entityConnection should have been initialized"); 1132EntityDataSource entityDataSource = new EntityDataSource(_entityConnection); 1140DbProviderServices.GetProviderServices(_entityConnection.StoreConnection).GetProviderManifestToken(_entityConnection.StoreConnection);