6 references to SchemaTypes
System.Data.Entity (6)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (4)
1154
this.SchemaManager.
SchemaTypes
.Add(schemaType, doNotAddErrorForEmptyName,
1161
this.SchemaManager.
SchemaTypes
.Add(schemaType, doNotAddErrorForEmptyName,
1170
if (this.SchemaVersion >= XmlConstants.EdmVersionForV2 && this.SchemaManager.
SchemaTypes
.ContainsKey(function.FQName))
1177
AddErrorKind 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)
322
schemaType =
SchemaTypes
.LookUpEquivalentKey(fullyQualifiedName);