3 references to EpmSourceTree
System.Data.Services (3)
System\Data\Services\Providers\BasicExpandProvider.cs (1)
993foreach (EpmSourcePathSegment epmSegment in resourceType.EpmSourceTree.Root.SubProperties)
System\Data\Services\Providers\ResourceType.cs (1)
734this.EpmSourceTree.Add(new EntityPropertyMappingInfo(epmAttr, definingType, this, isEFProvider));
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
526this.WriteObjectProperties(expanded, element, actualResourceType, absoluteUri, relativeUri, target, content, actualResourceType.HasEntityPropertyMappings ? actualResourceType.EpmSourceTree.Root : null);