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