10 references to ResolveTypeName
System.Data.Entity (10)
System\Data\EntityModel\SchemaObjectModel\EntityContainerEntitySet.cs (1)
213if ( ! Schema.ResolveTypeName( this, _unresolvedEntityTypeName, out type) )
System\Data\EntityModel\SchemaObjectModel\EntityContainerRelationshipSet.cs (1)
87if ( !Schema.ResolveTypeName( this, _unresolvedRelationshipTypeName, out element ) )
System\Data\EntityModel\SchemaObjectModel\FacetEnabledSchemaElement.cs (1)
105if (Schema.ResolveTypeName(this, UnresolvedType, out _type))
System\Data\EntityModel\SchemaObjectModel\Function.cs (1)
400Schema.ResolveTypeName(this, UnresolvedReturnType, out _type);
System\Data\EntityModel\SchemaObjectModel\ModelFunction.cs (1)
120if (Schema.ResolveTypeName(this, UnresolvedReturnType, out _type))
System\Data\EntityModel\SchemaObjectModel\NavigationProperty.cs (1)
119if (!Schema.ResolveTypeName(this, _unresolvedRelationshipName, out element))
System\Data\EntityModel\SchemaObjectModel\RelationshipEnd.cs (1)
89if (!Schema.ResolveTypeName(this, _unresolvedType, out element))
System\Data\EntityModel\SchemaObjectModel\SchemaEnumType.cs (1)
208Schema.ResolveTypeName(this, _unresolvedUnderlyingTypeName, out _underlyingType);
System\Data\EntityModel\SchemaObjectModel\StructuredProperty.cs (1)
167if (!Schema.ResolveTypeName(this, typeName, out element))
System\Data\EntityModel\SchemaObjectModel\StructuredType.cs (1)
334if (!Schema.ResolveTypeName(this, UnresolvedBaseType, out element))