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
);
218
Debug.Assert(
_namedConnections
!= null, "_namedConnections should have already been initialized and should not be null");
221
foreach (EntityConnectionStringBuilderItem namedConnectionItem in
_namedConnections
)
231
_namedConnections
.Add(newBuilderItem);