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