2 references to TryResolveType
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (1)
233else if (!Schema.SchemaManager.TryResolveType(null, _unresolvedExtendedEntityContainerName, out extendingEntityContainer))
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
849if (!SchemaManager.TryResolveType(namespaceName, unqualifiedTypeName, out type))