2 references to HasElementChildBit
System.Xml (2)
System\Xml\Cache\XPathNode.cs (2)
255get { return (this.props & HasElementChildBit) != 0; } 387this.props |= HasElementChildBit;