2 references to HasElementChildBit
System.Private.Xml (2)
System\Xml\Cache\XPathNode.cs (2)
280get { return (_props & HasElementChildBit) != 0; } 430_props |= HasElementChildBit;