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