3 writes to prefix
System.Xml (3)
System\Xml\XPath\Internal\BaseAxisQuery.cs (3)
32this.prefix = string.Empty; 40this.prefix = prefix; 48this.prefix = other.prefix;
4 references to prefix
System.Xml (4)
System\Xml\XPath\Internal\BaseAxisQuery.cs (4)
48this.prefix = other.prefix; 65nsUri = context.LookupNamespace(prefix); 70protected string Prefix { get { return prefix; } } 113if (prefix.Length != 0) {