6 references to m_entityTypeScopes
System.Data.Entity (6)
System\Data\Query\PlanCompiler\PreProcessor.cs (6)
1148m_entityTypeScopes.Push(op.Function.EntitySet); 1163var scope = m_entityTypeScopes.Pop(); 1535if (m_entityTypeScopes.Count == 0) 1539return m_entityTypeScopes.Peek(); 2158m_entityTypeScopes.Push((EntitySet)op.Table.TableMetadata.Extent); 2170var scope = m_entityTypeScopes.Pop();