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)
501
if (null !=
_spanIndex
&&
_spanIndex
.HasSpanMap(rowType))
1561
if (null !=
_spanIndex
&&
_spanIndex
.HasSpanMap(spanRowType))
1710
if (null !=
_spanIndex
)
1712
type =
_spanIndex
.GetSpannedRowType(spanRowType) ?? type;
1726
Dictionary<int, AssociationEndMember> spanMap =
_spanIndex
.GetSpanMap(spanRowType);