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