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)
456
if (
_relatedEndCache
== null)
461
if (
_relatedEndCache
.Contains(relatedEndKey))
474
_relatedEndCache
.Add(relatedEndKey);