2 references to HasCollapsedTextBit
System.Private.Xml (2)
System\Xml\Cache\XPathNode.cs (2)
255get { return (_props & HasCollapsedTextBit) != 0; } 413_props |= HasContentChildBit | HasCollapsedTextBit;