1 write to PropertyPath
System.Data.Services (1)
System\Data\Services\Epm\EpmContentDeSerializer.cs (1)
142this.PropertyToTypeNameMap.Add(new EpmPropertyToTypeMappingElement { PropertyPath = propertyPath, TypeName = typeName });
1 reference to PropertyPath
System.Data.Services (1)
System\Data\Services\Epm\EpmContentDeSerializer.cs (1)
162EpmPropertyToTypeMappingElement mapping = this.PropertyToTypeNameMap.FirstOrDefault(e => e.PropertyPath == propertyPath);