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