1 write to NullablePropertyType
System.Data.Services.Client (1)
System\Data\Services\Client\ClientType.cs (1)
885this.NullablePropertyType = property.PropertyType;
9 references to NullablePropertyType
System.Data.Services.Client (9)
System\Data\Services\Client\AtomMaterializer.cs (5)
575entryType = ClientType.Create(property.NullablePropertyType, false); 662if (entry.ShouldUpdateFromPayload && ClientType.Create(property.NullablePropertyType, false).IsEntityType) 818MaterializeDataValue(property.NullablePropertyType, atomProperty, materializer.context); 1282bool materialized = MaterializeDataValue(property.NullablePropertyType, atomProperty, context); 1581property.NullablePropertyType == list.GetType() &&
System\Data\Services\Client\DataServiceContext.cs (4)
3741Type elementType = property.CollectionType ?? property.NullablePropertyType; 3851nestedType = property.CollectionType ?? property.NullablePropertyType; 3884Type elementType = property.CollectionType ?? property.NullablePropertyType; 3971Type elementType = property.CollectionType ?? property.NullablePropertyType;