1 write to m_queryRewriterCache
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\ViewGenerator.cs (1)
59m_queryRewriterCache = new Dictionary<EntitySetBase, QueryRewriter>();
4 references to m_queryRewriterCache
System.Data.Entity (4)
System\Data\Mapping\ViewGeneration\ViewGenerator.cs (4)
381m_queryRewriterCache[extent] = queryRewriter; 389if (!m_queryRewriterCache.TryGetValue(extent, out queryRewriter)) 483m_queryRewriterCache.TryGetValue(constraint.ChildTable, out childRewriter); 484m_queryRewriterCache.TryGetValue(constraint.ParentTable, out parentRewriter);