7 references to SubProperties
System.Data.Services (7)
System\Data\Services\Epm\EpmSourceTree.cs (3)
70
IList<EpmSourcePathSegment> activeSubProperties = currentProperty.
SubProperties
;
92
activeSubProperties = currentProperty.
SubProperties
;
102
Debug.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)
993
foreach (EpmSourcePathSegment epmSegment in resourceType.EpmSourceTree.Root.
SubProperties
)
System\Data\Services\Serializers\SyndicationSerializer.cs (3)
361
EpmSourcePathSegment epmProperty = currentSourceRoot.
SubProperties
.Find(subProp => subProp.PropertyName == propertyName);
364
Debug.Assert(epmProperty.
SubProperties
.Count == 0, "Complex type added as leaf node in EPM tree.");
387
return currentSourceRoot.
SubProperties
.Find(subProp => subProp.PropertyName == propertyName);