3 writes to prefix
System.Data.SqlXml (3)
System\Xml\Xsl\XPath\XPathScanner.cs (3)
298
this.
prefix
= string.Empty;
316
this.
prefix
= this.name;
323
this.
prefix
= this.name;
3 references to prefix
System.Data.SqlXml (3)
System\Xml\Xsl\XPath\XPathScanner.cs (3)
133
Debug.Assert(
prefix
!= null);
134
return
prefix
;
365
if (
prefix
.Length != 0 || name.Length > 3)