2 writes to variable
System.Xml (2)
System\Xml\XPath\Internal\VariableQuery.cs (2)
21
this.
variable
= other.variable;
31
variable
= xsltContext.ResolveVariable(prefix, name);
6 references to variable
System.Xml (6)
System\Xml\XPath\Internal\VariableQuery.cs (6)
21
this.variable = other.
variable
;
33
if (
variable
== null) {
44
return ProcessResult(
variable
.Evaluate(xsltContext));
48
if (
variable
!= null) { // Temp. fix to overcome dependency on static type
51
XPathResultType result =
variable
!= null ?
variable
.VariableType : XPathResultType.Any;