1 write to DeclaringType
System.Data.Entity (1)
System\Data\Objects\Internal\ObjectFullSpanRewriter.cs (1)
30
this.
DeclaringType
= declaringType;
2 references to DeclaringType
System.Data.Entity (2)
System\Data\Objects\Internal\ObjectFullSpanRewriter.cs (2)
105
if (!parentInfo.
DeclaringType
.NavigationProperties.TryGetValue(navPropNames[pos], true, out nextNavProp))
108
throw EntityUtil.InvalidOperation(System.Data.Entity.Strings.ObjectQuery_Span_NoNavProp(parentInfo.
DeclaringType
.FullName, navPropNames[pos]));