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