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