5 references to PropertyName
System.Data.Services (5)
System\Data\Services\Epm\EpmSourceTree.cs (1)
81
foundProperty = activeSubProperties.SingleOrDefault(e => e.
PropertyName
== propertyName);
System\Data\Services\Providers\BasicExpandProvider.cs (2)
1000
ResourceProperty property = resourceType.TryResolvePropertyName(epmSegment.
PropertyName
);
1001
this.AddProjectedProperty(epmSegment.
PropertyName
, property);
System\Data\Services\Serializers\SyndicationSerializer.cs (2)
361
EpmSourcePathSegment epmProperty = currentSourceRoot.SubProperties.Find(subProp => subProp.
PropertyName
== propertyName);
387
return currentSourceRoot.SubProperties.Find(subProp => subProp.
PropertyName
== propertyName);