3 references to Root
System.Data.Services (3)
System\Data\Services\Epm\EpmSourceTree.cs (1)
69
EpmSourcePathSegment currentProperty = this.
Root
;
System\Data\Services\Providers\BasicExpandProvider.cs (1)
993
foreach (EpmSourcePathSegment epmSegment in resourceType.EpmSourceTree.
Root
.SubProperties)
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
526
this.WriteObjectProperties(expanded, element, actualResourceType, absoluteUri, relativeUri, target, content, actualResourceType.HasEntityPropertyMappings ? actualResourceType.EpmSourceTree.
Root
: null);