1 write to _spanMap
System.Data.Entity (1)
System\Data\Objects\SpanIndex.cs (1)
112_spanMap = new Dictionary<RowType, Dictionary<int, AssociationEndMember>>(RowTypeEqualityComparer.Instance);
6 references to _spanMap
System.Data.Entity (6)
System\Data\Objects\SpanIndex.cs (6)
97if (null == _spanMap) 102return _spanMap.ContainsKey(spanRowType); 110if (null == _spanMap) 115_spanMap[rowType] = columnMap; 121if (_spanMap != null && _spanMap.TryGetValue(rowType, out retMap))