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