3 references to HasNmspDeclsBit
System.Xml (3)
System\Xml\Cache\XPathNode.cs (3)
282get { return (this.props & HasNmspDeclsBit) != 0; } 284if (value) this.props |= HasNmspDeclsBit; 285else unchecked { this.props &= (byte) ~((uint) HasNmspDeclsBit); }