1 write to _relatedEndCache
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\Shaper.cs (1)
458_relatedEndCache = new HashSet<Tuple<string, string, string>>();
3 references to _relatedEndCache
System.Data.Entity (3)
System\Data\Common\Internal\Materialization\Shaper.cs (3)
456if (_relatedEndCache == null) 461if (_relatedEndCache.Contains(relatedEndKey)) 474_relatedEndCache.Add(relatedEndKey);