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)
86if (Type == null && _unresolvedType != null) 89if (!Schema.ResolveTypeName(this, _unresolvedType, out element)) 133if (Name == null && _unresolvedType != null) 134Name = Utils.ExtractTypeName(Schema.DataModel, _unresolvedType);