5 references to TextMask
System.Xml.Linq (5)
System\Xml\Linq\XNodeNavigator.cs (5)
336if ((TextMask & mask) != 0 && c.parent == null && c is XDocument) { 337mask &= ~TextMask; 351if ((TextMask & mask) != 0 && c.parent == null && c is XDocument) { 510if ((TextMask & mask) != 0 && c.parent == null && c is XDocument) { 511mask &= ~TextMask;