6 references to DefiningType
System.Data.Services (6)
System\Data\Services\Epm\EpmContentSerializer.cs (1)
143ResourceType currentType = epmInfo.DefiningType;
System\Data\Services\Epm\EpmSourceTree.cs (4)
78throw new InvalidOperationException(Strings.EpmSourceTree_InvalidSourcePath(epmInfo.DefiningType.Name, sourceName)); 103if (foundProperty.EpmInfo.DefiningType == epmInfo.DefiningType) 105throw new InvalidOperationException(Strings.EpmSourceTree_DuplicateEpmAttrsWithSameSourceName(epmInfo.Attribute.SourcePath, epmInfo.DefiningType.Name));
System\Data\Services\Epm\EpmTargetTree.cs (1)
121throw new ArgumentException(Strings.EpmTargetTree_DuplicateEpmAttrsWithSameTargetName(EpmTargetTree.GetPropertyNameFromEpmInfo(currentSegment.EpmInfo), currentSegment.EpmInfo.DefiningType.Name, currentSegment.EpmInfo.Attribute.SourcePath, epmInfo.Attribute.SourcePath));