1 instantiation of LoadMethodSessionState
System.Data.Entity.Design (1)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (1)
147
LoadMethodSessionState session = new
LoadMethodSessionState
(targetEntityFrameworkVersion);
22 references to LoadMethodSessionState
System.Data.Entity.Design (22)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (22)
147
LoadMethodSessionState
session = new LoadMethodSessionState(targetEntityFrameworkVersion);
456
private AssociationSet CreateAssociationSet(
LoadMethodSessionState
session,
474
LoadMethodSessionState
session,
513
private void CreateEdmFunctions(
LoadMethodSessionState
session)
541
private void CreateEdmFunction(
LoadMethodSessionState
session, DbObjectKey functionKey, List<FunctionDetailsReader.Memento> parameters)
717
private TypeUsage GetScalarFunctionTypeUsage(
LoadMethodSessionState
session, string dataType, out bool excludedForTarget)
728
private void CreateAssociationTypes(
LoadMethodSessionState
session)
754
private void CreateAssociationType(
LoadMethodSessionState
session,
894
LoadMethodSessionState
session,
982
private AssociationEndMember CreateAssociationEnd(
LoadMethodSessionState
session,
997
private bool CreateReferentialConstraint(
LoadMethodSessionState
session,
1076
private void CreateViewEntityTypes(
LoadMethodSessionState
session)
1081
private void CreateTableEntityTypes(
LoadMethodSessionState
session)
1086
private void CreateTvfReturnRowTypes(
LoadMethodSessionState
session)
1092
LoadMethodSessionState
session,
1095
LoadMethodSessionState
/*session*/,
1146
LoadMethodSessionState
session,
1273
LoadMethodSessionState
session,
1302
LoadMethodSessionState
session,
1466
private bool InferKeyColumns(
LoadMethodSessionState
session, IList<TableDetailsRow> columns, List<string> pKeys, DbObjectKey tableKey, ref ICollection<string> primaryKeys)
1501
private void FixupKeylessEntitySets(EntityContainer entityContainer,
LoadMethodSessionState
session)
1547
private MetadataWorkspace CreateMetadataWorkspace(EntityContainer entityContainer,
LoadMethodSessionState
session)