1 write to _edmItemCollection
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
169
_edmItemCollection
= edmItemCollection;
4 references to _edmItemCollection
System.Data.Services.Design (4)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (4)
200
get { return this.
_edmItemCollection
; }
358
_edmItemCollection
.GetItem<GlobalItem>(
491
foreach (EntityContainer container in
_edmItemCollection
.GetItems<EntityContainer>())
497
foreach (EdmType item in
_edmItemCollection
.GetItems<EdmType>())