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