2 writes to prefix
System.Private.Xml (2)
System\Xml\XPath\Internal\ExtensionQuery.cs (2)
20
this.
prefix
= prefix;
25
this.
prefix
= other.prefix;
6 references to prefix
System.Private.Xml (6)
System\Xml\XPath\Internal\ExtensionQuery.cs (3)
25
this.prefix = other.
prefix
;
122
protected string QName { get { return
prefix
.Length != 0 ? $"{
prefix
}:{name}" : name; } }
System\Xml\XPath\Internal\FunctionQuery.cs (2)
54
_function = xsltContext.ResolveFunction(
prefix
, name, argTypes);
98
if (name != "key" &&
prefix
.Length != 0)
System\Xml\XPath\Internal\VariableQuery.cs (1)
32
_variable = xsltContext.ResolveVariable(
prefix
, name);