7 references to SubProperties
System.Data.Services (7)
System\Data\Services\Epm\EpmSourceTree.cs (3)
70IList<EpmSourcePathSegment> activeSubProperties = currentProperty.SubProperties; 92activeSubProperties = currentProperty.SubProperties; 102Debug.Assert(foundProperty.SubProperties.Count == 0, "If non-leaf, it means we allowed complex type to be a leaf node");
System\Data\Services\Providers\BasicExpandProvider.cs (1)
993foreach (EpmSourcePathSegment epmSegment in resourceType.EpmSourceTree.Root.SubProperties)
System\Data\Services\Serializers\SyndicationSerializer.cs (3)
361EpmSourcePathSegment epmProperty = currentSourceRoot.SubProperties.Find(subProp => subProp.PropertyName == propertyName); 364Debug.Assert(epmProperty.SubProperties.Count == 0, "Complex type added as leaf node in EPM tree."); 387return currentSourceRoot.SubProperties.Find(subProp => subProp.PropertyName == propertyName);