2 writes to inheritedEpmInfo
System.Data.Services (2)
System\Data\Services\Providers\ResourceType.cs (2)
1322
this.
inheritedEpmInfo
= new List<EntityPropertyMappingAttribute>();
1352
this.
inheritedEpmInfo
= null;
2 references to inheritedEpmInfo
System.Data.Services (2)
System\Data\Services\Providers\ResourceType.cs (2)
1320
if (this.
inheritedEpmInfo
== null)
1325
return this.
inheritedEpmInfo
;