1 write to _unresolvedBaseType
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\StructuredType.cs (1)
271
_unresolvedBaseType
= value;
3 references to _unresolvedBaseType
System.Data.Entity (3)
System\Data\EntityModel\SchemaObjectModel\StructuredType.cs (3)
92
Debug.Assert((BaseType == null &&
_unresolvedBaseType
== null) ||
93
(BaseType != null &&
_unresolvedBaseType
!= null), "you are checking for the hierarchy root before the basetype has been set");
267
return
_unresolvedBaseType
;