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