6 references to OwnEpmInfo
System.Data.Services (6)
System\Data\Services\Providers\ResourceType.cs (4)
629
this.
OwnEpmInfo
.Add(attribute);
719
this.
OwnEpmInfo
.Add(epmAttr);
1144
this.
OwnEpmInfo
.Remove(epmAttr);
1148
Debug.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)
504
var currentEpmInfos = type.
OwnEpmInfo
.Where(e => e.SourcePath.Split('/').First() == resourceProperty.Name);
520
var currentEpmInfos = type.
OwnEpmInfo
.Where(e => e.SourcePath.Split('/').First() == resourceProperty.Name);