2 writes to prefix
System.Xml (2)
System\Xml\XPath\Internal\XPathScanner.cs (2)
188
this.
prefix
= string.Empty;
199
this.
prefix
= this.name;
2 references to prefix
System.Xml (2)
System\Xml\XPath\Internal\XPathScanner.cs (2)
80
Debug.Assert(this.
prefix
!= null);
81
return this.
prefix
;