6 references to EdmItemCollection
System.Data.Services.Design (6)
System\Data\EntityModel\Emitters\AttributeEmitter.cs (1)
58
EmitEpmAttributesForEntityType(emitter.Generator.
EdmItemCollection
, emitter.Item, typeDecl);
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
842
foreach (EntityContainer container in this.
EdmItemCollection
.GetItems<EntityContainer>())
System\Data\EntityModel\Emitters\EntityContainerEmitter.cs (1)
80
var q = from a in this.Generator.
EdmItemCollection
.GetItems<StructuralType>()
System\Data\EntityModel\Emitters\NamespaceEmitter.cs (3)
59
EntityContainer defaultContainer = this.Generator.
EdmItemCollection
66
foreach (EntityContainer container in this.Generator.
EdmItemCollection
.GetItems<EntityContainer>())
97
foreach (string namespaceName in (from x in this.Generator.
EdmItemCollection
.GetItems<EdmType>() select x.NamespaceName).Distinct())