7 references to SetValueNode
System.Xml (7)
System\Xml\Core\XmlTextReaderImpl.cs (3)
4951
curNode.
SetValueNode
( nodeType, ps.chars, startPos, endPos - startPos );
4987
curNode.
SetValueNode
( XmlNodeType.Text, ps.chars, startPos, endPos - startPos );
5882
curNode.
SetValueNode
( type, ps.chars, startPos, endPos - startPos );
System\Xml\Core\XmlTextReaderImplAsync.cs (4)
2733
curNode.
SetValueNode
(nodeType, ps.chars, startPos, endPos - startPos);
2791
curNode.
SetValueNode
( nodeType, ps.chars, startPos, endPos - startPos );
2836
curNode.
SetValueNode
( XmlNodeType.Text, ps.chars, startPos, endPos - startPos );
3909
curNode.
SetValueNode
( type, ps.chars, startPos, endPos - startPos );