2 writes to elementValue
System.Data.Services (2)
System\Data\Services\Epm\EpmCustomContentDeSerializer.cs (2)
200
this.
elementValue
= value;
219
this.
elementValue
= null;
4 references to elementValue
System.Data.Services (4)
System\Data\Services\Epm\EpmCustomContentDeSerializer.cs (4)
190
return this.
elementValue
?? String.Empty;
198
if (this.
elementValue
== null)
206
this.builder = new StringBuilder(
elementValue
.Length + newValue.Length)
207
.Append(
elementValue
)