2 writes to _nameTest
System.Private.Xml (2)
System\Xml\XPath\Internal\BaseAxisQuery.cs (2)
39
_nameTest
= prefix.Length != 0 || name.Length != 0;
49
_nameTest
= other._nameTest;
2 references to _nameTest
System.Private.Xml (2)
System\Xml\XPath\Internal\BaseAxisQuery.cs (2)
49
_nameTest = other.
_nameTest
;
71
protected bool NameTest { get { return
_nameTest
; } }