11 references to SchemaManager
System.Data.Entity (11)
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (1)
233else if (!Schema.SchemaManager.TryResolveType(null, _unresolvedExtendedEntityContainerName, out extendingEntityContainer))
System\Data\EntityModel\SchemaObjectModel\Schema.cs (8)
849if (!SchemaManager.TryResolveType(namespaceName, unqualifiedTypeName, out type)) 857else if (!SchemaManager.IsValidNamespaceName(namespaceName)) 876else if (this.DataModel != SchemaDataModelOption.EntityDataModel && type.Schema != this && type.Schema != this.SchemaManager.PrimitiveSchema) 911return SchemaManager.DataModel; 1154this.SchemaManager.SchemaTypes.Add(schemaType, doNotAddErrorForEmptyName, 1161this.SchemaManager.SchemaTypes.Add(schemaType, doNotAddErrorForEmptyName, 1170if (this.SchemaVersion >= XmlConstants.EdmVersionForV2 && this.SchemaManager.SchemaTypes.ContainsKey(function.FQName)) 1177AddErrorKind error = this.SchemaManager.SchemaTypes.TryAdd(function);
System\Data\EntityModel\SchemaObjectModel\SchemaEnumType.cs (1)
202_underlyingType = Schema.SchemaManager.SchemaTypes
System\Data\EntityModel\SchemaObjectModel\SchemaLookupTable.cs (1)
103if (!_definingSchema.SchemaManager.IsValidNamespaceName(usingElement.NamespaceName))