3 references to SubProperties
System.Data.Services.Client (3)
parent\Server\System\Data\Services\Epm\EpmSourceTree.cs (2)
70IList<EpmSourcePathSegment> activeSubProperties = currentProperty.SubProperties; 92activeSubProperties = currentProperty.SubProperties;
System\Data\Services\Client\DataServiceContext.cs (1)
3312EpmSourcePathSegment matchedSegment = currentSegment != null ? currentSegment.SubProperties.SingleOrDefault(s => s.PropertyName == property.PropertyName) : null;