1 write to _namedConnections
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContext.cs (1)
192_namedConnections = _helper.GetNamedEntityClientConnections(false /*sortResults*/);
5 references to _namedConnections
System.Web.Entity.Design (5)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContext.cs (5)
205_namedConnections.Sort(); 210_panel.SetNamedConnections(_namedConnections); 218Debug.Assert(_namedConnections != null, "_namedConnections should have already been initialized and should not be null"); 221foreach (EntityConnectionStringBuilderItem namedConnectionItem in _namedConnections) 231_namedConnections.Add(newBuilderItem);