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