3 writes to Text
System.Data.Services.Client (3)
System\Data\Services\Client\AtomMaterializer.cs (1)
1423property.Text = value;
System\Data\Services\Client\AtomParser.cs (2)
758property.Text = this.reader.Value; 813result.Text = result.IsNull ? null : String.Empty;
3 references to Text
System.Data.Services.Client (3)
System\Data\Services\Client\AtomMaterializer.cs (1)
1207string propertyValueText = atomProperty.Text;
System\Data\Services\Client\AtomParser.cs (2)
753if (!String.IsNullOrEmpty(property.Text)) 772if (!String.IsNullOrEmpty(property.Text))