1 write to EpmInfo
System.Data.Services (1)
System\Data\Services\Epm\EpmSourceTree.cs (1)
118
currentProperty.
EpmInfo
= epmInfo;
5 references to EpmInfo
System.Data.Services (5)
System\Data\Services\Epm\EpmSourceTree.cs (2)
103
if (foundProperty.
EpmInfo
.DefiningType == epmInfo.DefiningType)
115
this.epmTargetTree.Remove(foundProperty.
EpmInfo
);
System\Data\Services\Serializers\SyndicationSerializer.cs (3)
365
Debug.Assert(epmProperty.
EpmInfo
!= null, "Found a non-leaf property for which EpmInfo is not set.");
366
Debug.Assert(epmProperty.
EpmInfo
.Attribute != null, "Attribute should always be initialized for EpmInfo.");
367
if (epmProperty.
EpmInfo
.Attribute.KeepInContent == false)