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; 71protected bool NameTest { get { return _nameTest; } }