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