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