2 references to AllowShortcutTagBit
System.Private.Xml (2)
System\Xml\Cache\XPathNode.cs (2)
324
get { return (_props &
AllowShortcutTagBit
) != 0; }
403
_props |=
AllowShortcutTagBit
;