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