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