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