3 writes to _prefix
System.Private.Xml (3)
System\Xml\XPath\Internal\BaseAxisQuery.cs (3)
28
_prefix
= string.Empty;
37
_prefix
= prefix;
46
_prefix
= other._prefix;
3 references to _prefix
System.Private.Xml (3)
System\Xml\XPath\Internal\BaseAxisQuery.cs (3)
46
_prefix = other.
_prefix
;
65
_nsUri = context.LookupNamespace(
_prefix
);
125
if (
_prefix
.Length != 0)