1 write to elementType
System.Data.Services.Client (1)
System\Data\Services\Client\MaterializeFromAtom.cs (1)
107
this.
elementType
= queryComponents.LastSegmentType;
4 references to elementType
System.Data.Services.Client (4)
System\Data\Services\Client\MaterializeFromAtom.cs (4)
112
this.expectingSingleValue = ClientConvert.IsKnownNullableType(
elementType
);
126
Type materializerType = GetTypeForMaterializer(this.expectingSingleValue, this.
elementType
, out implementationType);
292
GetTypeForMaterializer(this.expectingSingleValue, this.
elementType
, out implementationType);
301
implementationType = this.
elementType
;