2 instantiations of ResourcePropertyInfo
System.Data.Services (2)
System\Data\Services\Serializers\SyndicationSerializer.cs (2)
847
navProperties.Add(new
ResourcePropertyInfo
(property, propertyValue));
957
navProperties.Add(new
ResourcePropertyInfo
(property, expandedPropertyValue));
3 references to ResourcePropertyInfo
System.Data.Services (3)
System\Data\Services\Serializers\SyndicationSerializer.cs (3)
762
List<
ResourcePropertyInfo
> navProperties = null;
772
navProperties = new List<
ResourcePropertyInfo
>(resourceType.Properties.Count);
1041
ResourcePropertyInfo
propertyInfo = navProperties[i];