5 references to HasEntityPropertyMappings
System.Data.Services.Client (5)
System\Data\Services\Client\AtomMaterializer.cs (1)
1439if (entryType.HasEntityPropertyMappings)
System\Data\Services\Client\ClientType.cs (1)
360return !this.HasEntityPropertyMappings || this.EpmTargetTree.IsV1Compatible;
System\Data\Services\Client\DataServiceContext.cs (3)
2926if (type.HasEntityPropertyMappings) 2975this.WriteContentProperties(writer, type, box.Entity, type.HasEntityPropertyMappings ? type.EpmSourceTree.Root : null, out propertiesWritten); 2984if (type.HasEntityPropertyMappings)