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