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