1 write to _edmItemCollection
System.Data.Entity.Design (1)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
58
_edmItemCollection
= edmItemCollection;
3 references to _edmItemCollection
System.Data.Entity.Design (3)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (3)
199
_edmItemCollection
.GetItem<GlobalItem>(
280
return
_edmItemCollection
.GetItems<EdmType>().Where(b => b.BaseType == edmType);
426
yield return
_edmItemCollection
.GetItem<GlobalItem>(type.Identity);