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