2 writes to nameTest
System.Xml (2)
System\Xml\XPath\Internal\BaseAxisQuery.cs (2)
42
this.
nameTest
= prefix.Length != 0 || name.Length != 0;
51
this.
nameTest
= other.nameTest;
2 references to nameTest
System.Xml (2)
System\Xml\XPath\Internal\BaseAxisQuery.cs (2)
51
this.nameTest = other.
nameTest
;
72
protected bool NameTest { get { return
nameTest
; } }