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