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