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