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