3 references to HasContentChildBit
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathNode.cs (3)
274
get { return (_props &
HasContentChildBit
) != 0; }
415
_props |=
HasContentChildBit
| HasCollapsedTextBit;
430
_props |=
HasContentChildBit
;