1 write to _spanIndex
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\Translator.cs (1)
184_spanIndex = spanIndex;
7 references to _spanIndex
System.Data.Entity (7)
System\Data\Common\Internal\Materialization\Translator.cs (7)
501if (null != _spanIndex && _spanIndex.HasSpanMap(rowType)) 1561if (null != _spanIndex && _spanIndex.HasSpanMap(spanRowType)) 1710if (null != _spanIndex) 1712type = _spanIndex.GetSpannedRowType(spanRowType) ?? type; 1726Dictionary<int, AssociationEndMember> spanMap = _spanIndex.GetSpanMap(spanRowType);