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