15 references to IsTextOnly
System.Data.Common (15)
System\Xml\DataPointer.cs (5)
191
MoveTo(_node, c, _doc.
IsTextOnly
(c));
215
if (_fOnValue && !_doc.
IsTextOnly
(_column))
256
if (_fOnValue && !_doc.
IsTextOnly
(_column))
289
if (_fOnValue || _doc.
IsTextOnly
(_column) || _column.ColumnMapping != MappingType.Attribute)
656
if (_doc.
IsTextOnly
(_column!))
System\Xml\XmlDataDocument.cs (3)
751
if (
IsTextOnly
(col))
824
if (
IsTextOnly
(c))
1449
if (
IsTextOnly
(col))
System\Xml\XPathNodePointer.cs (7)
742
MoveTo(_node, c, _doc.
IsTextOnly
(c));
794
MoveTo(_node, c, _doc.
IsTextOnly
(c));
827
MoveTo(parent, c, _doc.
IsTextOnly
(c));
866
MoveTo(_node, c, _doc.
IsTextOnly
(c));
952
MoveTo(_node, c, _doc.
IsTextOnly
(c));
987
if (_fOnValue && !_doc.
IsTextOnly
(_column))
1287
if (_doc.
IsTextOnly
(_column))