3 writes to name
System.Xml (3)
System\Xml\XPath\Internal\XPathScanner.cs (3)
187
this.
name
= ScanName();
202
this.
name
= "*";
209
this.
name
= ScanName();
3 references to name
System.Xml (3)
System\Xml\XPath\Internal\XPathScanner.cs (3)
72
Debug.Assert(this.
name
!= null);
73
return this.
name
;
199
this.prefix = this.
name
;