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)
92Debug.Assert((BaseType == null && _unresolvedBaseType == null) || 93(BaseType != null && _unresolvedBaseType != null), "you are checking for the hierarchy root before the basetype has been set"); 267return _unresolvedBaseType;