1 write to SpannedColumns
System.Data.Entity (1)
System\Data\Objects\Internal\ObjectSpanRewriter.cs (1)
153info.SpannedColumns = new Dictionary<int, AssociationEndMember>();
3 references to SpannedColumns
System.Data.Entity (3)
System\Data\Objects\Internal\ObjectFullSpanRewriter.cs (1)
246tracking.SpannedColumns[idx] = targetEnd;
System\Data\Objects\Internal\ObjectSpanRewriter.cs (2)
279tracking.SpannedColumns[idx] = relSpan.Value; 308AddSpanMap(spanRowType, tracking.SpannedColumns);