2 references to HasCollapsedTextBit
System.Xml (2)
System\Xml\Cache\XPathNode.cs (2)
233
get { return (this.props &
HasCollapsedTextBit
) != 0; }
373
this.props |= HasContentChildBit |
HasCollapsedTextBit
;