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; 34if (_variable == null) 48Debug.Assert(_variable != null); 49object? retVal = ProcessResult(_variable.Evaluate(xsltContext)); 60if (_variable != null) 64XPathResultType result = _variable != null ? _variable.VariableType : XPathResultType.Any;