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