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