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