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