3 writes to Value
System.Xml.Linq (3)
System\Xml\Linq\XLinq.cs (3)
2800
tn.
Value
+= s;
3315
((XText)previous).
Value
+= text;
3370
((XText)previous).
Value
+= text;
11 references to Value
System.Data.Services.Client (1)
System\Data\Services\Client\AtomMaterializer.cs (1)
1480
string elementValue = (node == null) ? null : ((XText)node).
Value
;
System.Data.Services.Design (1)
System\Data\Services\Design\Xml\XNodeSchemaApplier.cs (1)
471
string s = text.
Value
;
System.Xml.Linq (9)
System\Xml\Linq\XLinq.cs (4)
2873
s += ((XText)n).
Value
;
2882
s += ((XText)n).
Value
;
5998
ValidateString(((XText)node).
Value
);
8352
return ((XText)o).
Value
;
System\Xml\Linq\XNodeNavigator.cs (4)
652
string s = n.
Value
;
657
s += n.
Value
;
686
return (object)t1.
Value
== (object)n2.source && t1.parent == n2.parent;
690
return (object)t2.
Value
== (object)n1.source && t2.parent == n1.parent;
System\Xml\Linq\XNodeValidator.cs (1)
282
string s = t.
Value
;