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