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