3 writes to name
System.Xml (3)
System\Xml\XPath\Internal\BaseAxisQuery.cs (3)
31
this.
name
= string.Empty;
39
this.
name
= name;
47
this.
name
= other.name;
5 references to name
System.Xml (5)
System\Xml\XPath\Internal\BaseAxisQuery.cs (5)
47
this.name = other.
name
;
69
protected string Name { get { return
name
; } }
85
if (
name
.Equals(e.LocalName) ||
name
.Length == 0) {
110
if (
name
.Length != 0) {