2 writes to Data
System.Data.Services (2)
System\Data\Services\Epm\EpmCustomContentWriterNodeData.cs (2)
217this.Data = String.Empty; 222this.Data = PlainXmlSerializer.PrimitiveToString(propertyValue);
3 references to Data
System.Data.Services (3)
System\Data\Services\Epm\EpmCustomContentSerializer.cs (3)
138currentContent.Data); 174Debug.Assert(currentContent.Data != null, "Must always have non-null data content value"); 175currentContent.XmlContentWriter.WriteString(currentContent.Data);