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