3 references to GetEntitySet
System.Data.Entity (3)
System\Data\Query\PlanCompiler\ColumnMapProcessor.cs (1)
548md.EntitySet entitySet = m_typeInfo.GetEntitySet(entityType);
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (2)
351bool hasOneSet = GetEntitySet(rootType) != null; 682bool result = ((entityType != null) && (GetEntitySet(entityType) == null));