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