6 references to OwnEpmInfo
System.Data.Services (6)
System\Data\Services\Providers\ResourceType.cs (4)
629this.OwnEpmInfo.Add(attribute); 719this.OwnEpmInfo.Add(epmAttr); 1144this.OwnEpmInfo.Remove(epmAttr); 1148Debug.Assert(this.OwnEpmInfo.SingleOrDefault(attr => Object.ReferenceEquals(epmAttr, attr)) != null, "Own epmInfo should already have the given instance");
System\Data\Services\Serializers\MetadataSerializer.cs (2)
504var currentEpmInfos = type.OwnEpmInfo.Where(e => e.SourcePath.Split('/').First() == resourceProperty.Name); 520var currentEpmInfos = type.OwnEpmInfo.Where(e => e.SourcePath.Split('/').First() == resourceProperty.Name);