7 references to IsTextLikeNode
System.Data (7)
fx\src\data\System\NewXml\RegionIterator.cs (4)
135
Debug.Assert( ! XmlDataDocument.
IsTextLikeNode
( n ) );
155
if ( XmlDataDocument.
IsTextLikeNode
( n ) && (n.NextSibling == null || ! XmlDataDocument.
IsTextLikeNode
( n.NextSibling )) ) {
162
while ( n != null && XmlDataDocument.
IsTextLikeNode
( n ) ) {
fx\src\data\System\NewXml\XmlDataDocument.cs (3)
680
if ( !
IsTextLikeNode
( node ) )
2075
if (!bTextLikeNode || !
IsTextLikeNode
(child)) {
2086
while ( node != null &&
IsTextLikeNode
( node ) ) {