5 writes to currentValue
System.Data.Services.Client (5)
System\Data\Services\Client\AtomMaterializer.cs (5)
946
this.
currentValue
= null;
970
this.
currentValue
= this.materializeEntryPlan.Run(this, this.CurrentEntry, this.expectedType);
996
this.
currentValue
= ClientConvert.ChangeType(elementText, underlyingExpectedType);
1007
this.
currentValue
= null;
1011
this.
currentValue
= targetType.CreateInstance();
2 references to currentValue
System.Data.Services.Client (2)
System\Data\Services\Client\AtomMaterializer.cs (2)
338
return this.
currentValue
;
1013
ApplyDataValues(targetType, property.Properties, this.ignoreMissingProperties, this.context, this.
currentValue
);