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