2 writes to _variable
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\VariableQuery.cs (2)
21
_variable
= other._variable;
34
_variable
= xsltContext.ResolveVariable(prefix, name);
6 references to _variable
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\VariableQuery.cs (6)
21
_variable = other.
_variable
;
36
if (
_variable
== null)
50
return ProcessResult(
_variable
.Evaluate(xsltContext));
57
if (
_variable
!= null)
61
XPathResultType result =
_variable
!= null ?
_variable
.VariableType : XPathResultType.Any;