1 write to FullSpannedEnds
System.Data.Entity (1)
System\Data\Objects\Internal\ObjectSpanRewriter.cs (1)
156info.FullSpannedEnds = new Dictionary<AssociationEndMember, bool>();
3 references to FullSpannedEnds
System.Data.Entity (3)
System\Data\Objects\Internal\ObjectFullSpanRewriter.cs (1)
253tracking.FullSpannedEnds[targetEnd] = true;
System\Data\Objects\Internal\ObjectSpanRewriter.cs (2)
257if( null == tracking.FullSpannedEnds || 258!tracking.FullSpannedEnds.ContainsKey(relSpan.Value))