2 writes to _variable
System.Private.Xml (2)
System\Xml\XPath\Internal\VariableQuery.cs (2)
19
_variable
= other._variable;
32
_variable
= xsltContext.ResolveVariable(prefix, name);
7 references to _variable
System.Private.Xml (7)
System\Xml\XPath\Internal\VariableQuery.cs (7)
19
_variable = other.
_variable
;
34
if (
_variable
== null)
48
Debug.Assert(
_variable
!= null);
49
object? retVal = ProcessResult(
_variable
.Evaluate(xsltContext));
60
if (
_variable
!= null)
64
XPathResultType result =
_variable
!= null ?
_variable
.VariableType : XPathResultType.Any;