6 references to SchemaTypes
System.Data.Entity (6)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (4)
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\SchemaManager.cs (1)
322schemaType = SchemaTypes.LookUpEquivalentKey(fullyQualifiedName);