1 write to expectedType
System.Data.Services.Client (1)
System\Data\Services\Client\AtomMaterializer.cs (1)
266
this.
expectedType
= expectedType;
3 references to expectedType
System.Data.Services.Client (3)
System\Data\Services\Client\AtomMaterializer.cs (3)
970
this.currentValue = this.materializeEntryPlan.Run(this, this.CurrentEntry, this.
expectedType
);
988
Type underlyingExpectedType = Nullable.GetUnderlyingType(this.
expectedType
) ?? this.
expectedType
;