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