1 write to _unresolvedType
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\RelationshipEnd.cs (1)
203
_unresolvedType
= type;
4 references to _unresolvedType
System.Data.Entity (4)
System\Data\EntityModel\SchemaObjectModel\RelationshipEnd.cs (4)
86
if (Type == null &&
_unresolvedType
!= null)
89
if (!Schema.ResolveTypeName(this,
_unresolvedType
, out element))
133
if (Name == null &&
_unresolvedType
!= null)
134
Name = Utils.ExtractTypeName(Schema.DataModel,
_unresolvedType
);