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