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